[docs] Problem with the documentation for string.replace

Dhulipala, Pradyot Pradyot.Dhulipala at morganstanley.com
Thu Sep 13 15:42:47 CEST 2012


>From http://docs.python.org/library/string.html

string.replace(str, old, new[, maxreplace])¶<http://docs.python.org/library/string.html#string.replace>
Return a copy of string str with all occurrences of substring old replaced by new. If the optional argument maxreplace is given, the first maxreplace occurrences are replaced.

it would appear this needs to be
string.replace(old, new[, maxreplace])¶<http://docs.python.org/library/string.html#string.replace>

thanks


--------------------------------------------------------------------------
NOTICE: Morgan Stanley is not acting as a municipal advisor and the opinions or views contained herein are not intended to be, and do not constitute, advice within the meaning of Section 975 of the Dodd-Frank Wall Street Reform and Consumer Protection Act. If you have received this communication in error, please destroy all electronic and paper copies and notify the sender immediately. Mistransmission is not intended to waive confidentiality or privilege. Morgan Stanley reserves the right, to the extent permitted under applicable law, to monitor electronic communications. This message is subject to terms available at the following link: http://www.morganstanley.com/disclaimers. If you cannot access these links, please notify us by reply message and we will send the contents to you. By messaging with Morgan Stanley you consent to the foregoing.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/docs/attachments/20120913/610812af/attachment-0001.html>


More information about the docs mailing list