Fix duplicating words words. (GH-6296)

Most of them have been added in 3.7.
This commit is contained in:
Serhiy Storchaka 2018-03-28 22:14:26 +03:00 committed by GitHub
parent aa50bf08e6
commit bac2d5ba30
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 13 additions and 13 deletions

View file

@ -105,7 +105,7 @@ class Protocol(BaseProtocol):
class BufferedProtocol(BaseProtocol):
"""Interface for stream protocol with manual buffer control.
Important: this has been been added to asyncio in Python 3.7
Important: this has been added to asyncio in Python 3.7
*on a provisional basis*! Consider it as an experimental API that
might be changed or removed in Python 3.8.