From bac2d5ba30339298db7d4caa9c8cd31d807cf081 Mon Sep 17 00:00:00 2001 From: Serhiy Storchaka Date: Wed, 28 Mar 2018 22:14:26 +0300 Subject: Fix duplicating words words. (GH-6296) Most of them have been added in 3.7. --- Lib/asyncio/protocols.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/asyncio/protocols.py') diff --git a/Lib/asyncio/protocols.py b/Lib/asyncio/protocols.py index 8904478f1a..dc298a8d5c 100644 --- a/Lib/asyncio/protocols.py +++ b/Lib/asyncio/protocols.py @@ -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. -- cgit v1.2.1