[docs] str.replace (http://docs.python.org/library/stdtypes.html#str.replace)

Jannes van 't Oever jannesvantoever at gmail.com
Tue Mar 20 18:40:18 CET 2012


In section: http://docs.python.org/library/stdtypes.html#str.replace
the string to parse is missing in the parameters.

-- str.replace(old, new[, count])

This should read:

-- str.replace(str, old, new[, count])

Kind regards,
Jannes van 't Oever


-- 
*******************************
 www.vikingsinspace.com
*******************************
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/docs/attachments/20120320/46f673de/attachment.html>


More information about the docs mailing list