]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41572: Fix grammar in BaseTransport.close docstring (GH-21914)
authorCleber Rosa <cleber.gnu@gmail.com>
Thu, 20 Aug 2020 12:40:01 +0000 (08:40 -0400)
committerGitHub <noreply@github.com>
Thu, 20 Aug 2020 12:40:01 +0000 (18:10 +0530)
commit1afb42cfa82dad0ddd726f59c6c5fcb3962314db
tree71f8fcac3289d0016352a3b89d0da354b725794e
parent2ce39631f679e14132a54dc90ce764259d26e166
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>
Lib/asyncio/transports.py