]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41572: Fix grammar in BaseTransport.close docstring (GH-21914) (GH-21930)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 21 Aug 2020 12:19:58 +0000 (05:19 -0700)
committerGitHub <noreply@github.com>
Fri, 21 Aug 2020 12:19:58 +0000 (17:49 +0530)
commit1370d9dd9fbd71e9d3c250c8e6644e0ee6534fca
tree1fa986dea9f63be0b7109c7972c06c63e038ab2b
parent7d0fef56d8eaac6309a66cb8c6ba6fd96f8c8a94
bpo-41572: Fix grammar in BaseTransport.close docstring (GH-21914) (GH-21930)

Fix grammar in BaseTransport.close docstring.

https://bugs.python.org/issue41572

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

Co-authored-by: Cleber Rosa <cleber.gnu@gmail.com>
Lib/asyncio/transports.py