changeset: 77297:4d9b3a58e208 branch: 3.2 parent: 77293:ba01cf9a8578 user: R David Murray date: Sat Jun 02 11:20:29 2012 -0400 files: Doc/library/stdtypes.rst description: #14957: fix doc typo. diff -r ba01cf9a8578 -r 4d9b3a58e208 Doc/library/stdtypes.rst --- a/Doc/library/stdtypes.rst Fri Jun 01 23:57:36 2012 -0700 +++ b/Doc/library/stdtypes.rst Sat Jun 02 11:20:29 2012 -0400 @@ -1334,7 +1334,7 @@ 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']``.

AltStyle によって変換されたページ (->オリジナル) /