summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/library/functions.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst
index 26ee302..93c9f4a 100644
--- a/Doc/library/functions.rst
+++ b/Doc/library/functions.rst
@@ -1254,8 +1254,8 @@ are always available. They are listed here in alphabetical order.
.. _open-newline-parameter:
- *newline* controls how :term:`universal newlines` mode works (it only
- applies to text mode). It can be ``None``, ``''``, ``'\n'``, ``'\r'``, and
+ *newline* determines how to parse newline characters from the stream.
+ It can be ``None``, ``''``, ``'\n'``, ``'\r'``, and
``'\r\n'``. It works as follows:
* When reading input from the stream, if *newline* is ``None``, universal