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

Fix grammar in BaseTransport.close docstring.

https://bugs.python.org/issue41572

Signed-off-by: Cleber Rosa <crosa@redhat.com>
(cherry picked from commit 1afb42cfa8)

Co-authored-by: Cleber Rosa <cleber.gnu@gmail.com>
This commit is contained in:
Miss Islington (bot) 2020-08-21 05:19:40 -07:00 committed by GitHub
parent 3949827a54
commit a2d00f0473
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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