Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 004e870

Browse files
committed
Issue #22232 (partial fix): update Universal newlines Glossary entry.
1 parent 130f303 commit 004e870

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/glossary.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -848,7 +848,7 @@ Glossary
848848
recognized as ending a line: the Unix end-of-line convention ``'\n'``,
849849
the Windows convention ``'\r\n'``, and the old Macintosh convention
850850
``'\r'``. See :pep:`278` and :pep:`3116`, as well as
851-
:func:`str.splitlines` for an additional use.
851+
:func:`bytes.splitlines` for an additional use.
852852

853853
view
854854
The objects returned from :meth:`dict.keys`, :meth:`dict.values`, and

0 commit comments

Comments
 (0)