mirror of
https://github.com/fmtlib/fmt.git
synced 2025-01-27 15:35:18 +00:00
Correct module name.
This commit is contained in:
parent
b1da947d75
commit
a145b4c61c
@ -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.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user