mirror of
https://github.com/python/cpython.git
synced 2025-10-21 22:22:48 +00:00
remove version note
This commit is contained in:
parent
b533e26dfa
commit
50923f9619
1 changed files with 5 additions and 6 deletions
|
@ -81,12 +81,11 @@ The constants defined in this module are:
|
||||||
String Formatting
|
String Formatting
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
Starting in Python 3.0, the built-in string class provides the ability to do
|
The built-in string class provides the ability to do complex variable
|
||||||
complex variable substitutions and value formatting via the :func:`format`
|
substitutions and value formatting via the :func:`format` method described in
|
||||||
method described in :pep:`3101`. The :class:`Formatter` class in the
|
:pep:`3101`. The :class:`Formatter` class in the :mod:`string` module allows
|
||||||
:mod:`string` module allows you to create and customize your own string
|
you to create and customize your own string formatting behaviors using the same
|
||||||
formatting behaviors using the same implementation as the built-in
|
implementation as the built-in :meth:`format` method.
|
||||||
:meth:`format` method.
|
|
||||||
|
|
||||||
.. class:: Formatter
|
.. class:: Formatter
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue