]> granicus.if.org Git - python/commitdiff
Issue #22232 (partial fix): update Universal newlines Glossary entry.
authorTerry Jan Reedy <tjreedy@udel.edu>
Sat, 23 Aug 2014 22:28:44 +0000 (18:28 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Sat, 23 Aug 2014 22:28:44 +0000 (18:28 -0400)
Doc/glossary.rst

index f71a1f72e5731996f5a50a4d65dd3d19f1630f51..10933765843399a6408ad6f083cb238cec8fc3b7 100644 (file)
@@ -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