Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 130f303 commit 004e870Copy full SHA for 004e870
1 file changed
Doc/glossary.rst
@@ -848,7 +848,7 @@ Glossary
848
recognized as ending a line: the Unix end-of-line convention ``'\n'``,
849
the Windows convention ``'\r\n'``, and the old Macintosh convention
850
``'\r'``. See :pep:`278` and :pep:`3116`, as well as
851
- :func:`str.splitlines` for an additional use.
+ :func:`bytes.splitlines` for an additional use.
852
853
view
854
The objects returned from :meth:`dict.keys`, :meth:`dict.values`, and
0 commit comments