Skip to content

Commit

Permalink
greenio: base: Fix minor typo in greenpipe_doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
bantu committed Dec 20, 2020
1 parent e68ea20 commit 4705f07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eventlet/greenio/base.py
Expand Up @@ -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
Expand Down

0 comments on commit 4705f07

Please sign in to comment.