diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2014-08-23 22:28:44 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2014-08-23 22:28:44 (GMT) |
commit | 004e87048acaf0339e5ec0e564e4de45c3627eb4 (patch) | |
tree | bf9e99291ffa53a87334819797e6d7ffc5819f0d /Doc | |
parent | 130f303ba5f5a0f2f8d8c90dbba2358374d26248 (diff) | |
download | cpython-004e87048acaf0339e5ec0e564e4de45c3627eb4.zip cpython-004e87048acaf0339e5ec0e564e4de45c3627eb4.tar.gz cpython-004e87048acaf0339e5ec0e564e4de45c3627eb4.tar.bz2 |
Issue #22232 (partial fix): update Universal newlines Glossary entry.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/glossary.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/glossary.rst b/Doc/glossary.rst index f71a1f7..1093376 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 |