[issue22792] string replace() not documented

eryksun report at bugs.python.org
Tue Nov 4 11:22:00 CET 2014


eryksun added the comment:

Follow the "String Methods" link at the top of the string module documentation. Or use this link:

https://docs.python.org/3.4/library/stdtypes.html#str.replace

See also help(str.replace) and help(str) in the interactive shell.

----------
assignee:  -> docs at python
components: +Documentation -Distutils
nosy: +docs at python, eryksun

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22792>
_______________________________________


More information about the Python-bugs-list mailing list