Skip to content

Commit

Permalink
Merge pull request #1684 from wiggin15/docfix
Browse files Browse the repository at this point in the history
minor doc fix
  • Loading branch information
jamadden committed Oct 5, 2020
2 parents 4e6a129 + e2c6e16 commit c698c58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gevent/_fileobjectposix.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ class FileObjectPosix(FileObjectBase):
The default value for *mode* was changed from ``rb`` to ``r``. This is consistent
with :func:`open`, :func:`io.open`, and :class:`~.FileObjectThread`, which is the
default ``FileObject`` on some platforms.
.. versionchanged:: 1.5
.. versionchanged:: 1.5
Stop forcing buffering. Previously, given a ``buffering=0`` argument,
*buffering* would be set to 1, and ``buffering=1`` would be forced to
the default buffer size. This was a workaround for a long-standing concurrency
Expand Down

0 comments on commit c698c58

Please sign in to comment.