[docs] missing quotation mark

Sandro Tosi sandro.tosi at gmail.com
Sun Aug 12 12:36:05 CEST 2012


Hello Yevgen,

On Mon, Jul 2, 2012 at 12:55 PM, Yevgen Yampolskiy <genij.math at gmail.com> wrote:
> http://docs.python.org/library/stdtypes.html
>
> Written:
> For example, 'ab c\n\nde fg\rkl\r\n'.splitlines() returns ['ab c', '', 'de
> fg', 'kl'], while the same call with splitlines(True) returns ['ab c\n',
> '\n, 'de fg\r', 'kl\r\n'].
>
> Should be:
>
> For example, 'ab c\n\nde fg\rkl\r\n'.splitlines() returns ['ab c', '', 'de
> fg', 'kl'], while the same call with splitlines(True) returns ['ab c\n',
> '\n', 'de fg\r', 'kl\r\n'].

Thanks - i've just fixed it on all the active branches.

Regards,
-- 
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi


More information about the docs mailing list