mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +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
|
@ -620,7 +620,7 @@ Traceback
|
|||
*limit* is set, only format the *limit* most recent frames.
|
||||
|
||||
Similar to the :func:`traceback.format_tb` function, except that
|
||||
:meth:`format` does not include newlines.
|
||||
:meth:`.format` does not include newlines.
|
||||
|
||||
Example::
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue