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

Skip to content

Commit f4b26ef

Browse files
committed
#14957: fix doc typo.
2 parents c816290 + 554b348 commit f4b26ef

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
@@ -1358,7 +1358,7 @@ functions based on regular expressions.
13581358
the returned list does ``not`` have an empty last element.
13591359

13601360
For example, ``'ab c\n\nde fg\rkl\r\n'.splitlines()`` returns
1361-
``['ab c', '', 'de fg', 'kl']``, while the same call with ``splinelines(True)``
1361+
``['ab c', '', 'de fg', 'kl']``, while the same call with ``splitlines(True)``
13621362
returns ``['ab c\n', '\n, 'de fg\r', 'kl\r\n']``.
13631363

13641364

0 commit comments

Comments
 (0)