bpo-41572: Fix grammar in BaseTransport.close docstring (GH-21914)

Fix grammar in BaseTransport.close docstring.

https://bugs.python.org/issue41572

Signed-off-by: Cleber Rosa <crosa@redhat.com>
This commit is contained in:
Cleber Rosa 2020-08-20 08:40:01 -04:00 committed by GitHub
parent 2ce39631f6
commit 1afb42cfa8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -29,8 +29,8 @@ class BaseTransport:
Buffered data will be flushed asynchronously. No more data Buffered data will be flushed asynchronously. No more data
will be received. After all buffered data is flushed, the will be received. After all buffered data is flushed, the
protocol's connection_lost() method will (eventually) called protocol's connection_lost() method will (eventually) be
with None as its argument. called with None as its argument.
""" """
raise NotImplementedError raise NotImplementedError