forked from fmtlib/fmt
Correct module name.
This commit is contained in:
@@ -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.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user