mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
#14957: fix doc typo.
This commit is contained in:
parent
8e8fbeae27
commit
554b3481fa
1 changed files with 1 additions and 1 deletions
|
@ -1334,7 +1334,7 @@ functions based on regular expressions.
|
|||
the returned list does ``not`` have an empty last element.
|
||||
|
||||
For example, ``'ab c\n\nde fg\rkl\r\n'.splitlines()`` returns
|
||||
``['ab c', '', 'de fg', 'kl']``, while the same call with ``splinelines(True)``
|
||||
``['ab c', '', 'de fg', 'kl']``, while the same call with ``splitlines(True)``
|
||||
returns ``['ab c\n', '\n, 'de fg\r', 'kl\r\n']``.
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue