mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Issue #25179: Preparatory cleanup of existing docs on string formatting
* Various sections were pointing to the section on the string.Formatter class, when the section on the common format string syntax is probably more appropriate * Fix references to various format() functions and methods * Nested replacement fields may contain conversions and format specifiers, and this is tested; see Issue #19729 for instance
This commit is contained in:
parent
b6213c5664
commit
d5db14794b
9 changed files with 31 additions and 29 deletions
|
@ -352,9 +352,8 @@ The built-in function :func:`len` returns the length of a string::
|
|||
Strings support a large number of methods for
|
||||
basic transformations and searching.
|
||||
|
||||
:ref:`string-formatting`
|
||||
Information about string formatting with :meth:`str.format` is described
|
||||
here.
|
||||
:ref:`formatstrings`
|
||||
Information about string formatting with :meth:`str.format`.
|
||||
|
||||
:ref:`old-string-formatting`
|
||||
The old formatting operations invoked when strings and Unicode strings are
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue