Correct module name.

This commit is contained in:
Victor Zverovich 2012-12-19 09:17:32 -08:00
parent b1da947d75
commit a145b4c61c

View File

@ -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.