From 4705f07c516e02a3c73095db74a6331ee6639119 Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Sun, 20 Dec 2020 16:08:12 +0100 Subject: [PATCH] greenio: base: Fix minor typo in greenpipe_doc string --- eventlet/greenio/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eventlet/greenio/base.py b/eventlet/greenio/base.py index f516804224..ac59339f3d 100644 --- a/eventlet/greenio/base.py +++ b/eventlet/greenio/base.py @@ -454,7 +454,7 @@ def _operation_on_closed_file(*args, **kwargs): greenpipe_doc = """ GreenPipe is a cooperative replacement for file class. It will cooperate on pipes. It will block on regular file. - Differneces from file class: + Differences from file class: - mode is r/w property. Should re r/o - encoding property not implemented - write/writelines will not raise TypeError exception when non-string data is written