]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41572: Fix grammar in BaseTransport.close docstring (GH-21914) (#21929)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 21 Aug 2020 12:19:40 +0000 (05:19 -0700)
committerGitHub <noreply@github.com>
Fri, 21 Aug 2020 12:19:40 +0000 (17:49 +0530)
commita2d00f04733491a56abec45e7a20fb42282bb4d1
treec55894c4664f86d4a3916b5a3e15a52a970cf8c3
parent3949827a54f79266a2f1434d187c8ac4905db316
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 1afb42cfa82dad0ddd726f59c6c5fcb3962314db)

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