mirror of
https://github.com/mii443/qemu.git
synced 2025-12-04 11:38:25 +00:00
Fix some typos
Fix some typos in 'python' directory. Signed-off-by: Dongdong Zhang <zhangdongdong@eswincomputing.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-id: 20221130015358.6998-2-zhangdongdong@eswincomputing.com [Fixed additional typo spotted by Max Filippov. --js] Reviewed-by: John Snow <jsnow@redhat.com> Signed-off-by: John Snow <jsnow@redhat.com>
This commit is contained in:
committed by
John Snow
parent
13356edb87
commit
af76484e54
@@ -812,7 +812,7 @@ class AsyncProtocol(Generic[T]):
|
||||
|
||||
@bottom_half
|
||||
async def _bh_close_stream(self, error_pathway: bool = False) -> None:
|
||||
# NB: Closing the writer also implcitly closes the reader.
|
||||
# NB: Closing the writer also implicitly closes the reader.
|
||||
if not self._writer:
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user