We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ce3963 commit 1afb42cCopy full SHA for 1afb42c
Lib/asyncio/transports.py
@@ -29,8 +29,8 @@ def close(self):
29
30
Buffered data will be flushed asynchronously. No more data
31
will be received. After all buffered data is flushed, the
32
- protocol's connection_lost() method will (eventually) called
33
- with None as its argument.
+ protocol's connection_lost() method will (eventually) be
+ called with None as its argument.
34
"""
35
raise NotImplementedError
36
0 commit comments