diff --git a/Doc/glossary.rst b/Doc/glossary.rst index 08ee9dbea4b..4411bf86b2f 100644 --- a/Doc/glossary.rst +++ b/Doc/glossary.rst @@ -849,7 +849,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