Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 554b348

Browse files
committed
#14957: fix doc typo.
1 parent 8e8fbea commit 554b348

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/stdtypes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1334,7 +1334,7 @@ functions based on regular expressions.
13341334
the returned list does ``not`` have an empty last element.
13351335

13361336
For example, ``'ab c\n\nde fg\rkl\r\n'.splitlines()`` returns
1337-
``['ab c', '', 'de fg', 'kl']``, while the same call with ``splinelines(True)``
1337+
``['ab c', '', 'de fg', 'kl']``, while the same call with ``splitlines(True)``
13381338
returns ``['ab c\n', '\n, 'de fg\r', 'kl\r\n']``.
13391339

13401340

0 commit comments

Comments
 (0)