Commit a145b4c6 authored by Victor Zverovich's avatar Victor Zverovich

Correct module name.

parent b1da947d
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
The built-in string class provides the ability to do complex variable The built-in string class provides the ability to do complex variable
substitutions and value formatting via the :func:`format` method described in substitutions and value formatting via the :func:`format` method described in
:pep:`3101`. The :class:`Formatter` class in the :mod:`string` module allows :pep:`3101`. The :class:`Formatter` class in the :mod:`format` module allows
you to create and customize your own string formatting behaviors using the same you to create and customize your own string formatting behaviors using the same
implementation as the built-in :meth:`format` method. implementation as the built-in :meth:`format` method.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment