We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cb3f13 commit 13bd6b5Copy full SHA for 13bd6b5
Doc/faq/programming.rst
@@ -908,7 +908,7 @@ How do I modify a string in place?
908
You can't, because strings are immutable. In most situations, you should
909
simply construct a new string from the various parts you want to assemble
910
it from. However, if you need an object with the ability to modify in-place
911
-unicode data, try using an :class:`io.StringIO` object or the :mod:`array`
+Unicode data, try using an :class:`io.StringIO` object or the :mod:`array`
912
module::
913
914
>>> import io
0 commit comments