From 004e87048acaf0339e5ec0e564e4de45c3627eb4 Mon Sep 17 00:00:00 2001 From: Terry Jan Reedy Date: Sat, 23 Aug 2014 18:28:44 -0400 Subject: [PATCH] Issue #22232 (partial fix): update Universal newlines Glossary entry. --- Doc/glossary.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/glossary.rst b/Doc/glossary.rst index f71a1f72e57..10933765843 100644 --- a/Doc/glossary.rst +++ b/Doc/glossary.rst @@ -848,7 +848,7 @@ Glossary recognized as ending a line: the Unix end-of-line convention ``'\n'``, the Windows convention ``'\r\n'``, and the old Macintosh convention ``'\r'``. See :pep:`278` and :pep:`3116`, as well as - :func:`str.splitlines` for an additional use. + :func:`bytes.splitlines` for an additional use. view The objects returned from :meth:`dict.keys`, :meth:`dict.values`, and