From 07627e9a6a5f418354ff3dc99a0f36bc5b79dcd8 Mon Sep 17 00:00:00 2001 From: Yury Selivanov Date: Sun, 28 Jan 2018 23:51:08 -0500 Subject: bpo-32251: Fix docs (#5408) --- 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 9e786dcfbbe..8904478f1ab 100644 --- a/Lib/asyncio/protocols.py +++ b/Lib/asyncio/protocols.py @@ -106,7 +106,7 @@ class BufferedProtocol(BaseProtocol): """Interface for stream protocol with manual buffer control. Important: this has been been added to asyncio in Python 3.7 - *on a provisional basis*! Treat it as an experimental API that + *on a provisional basis*! Consider it as an experimental API that might be changed or removed in Python 3.8. Event methods, such as `create_server` and `create_connection`, -- cgit v1.2.3