Skip to content

Commit 321164a

Browse files
committed
Remove documentation
1 parent d91d6fc commit 321164a

File tree

3 files changed

+0
-49
lines changed

3 files changed

+0
-49
lines changed

Doc/library/string.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,8 +264,6 @@ Some simple format string examples::
264264
"Weight in tons {0.weight}" # 'weight' attribute of first positional arg
265265
"Units destroyed: {players[0]}" # First element of keyword argument 'players'.
266266

267-
.. _formatstrings-conversion:
268-
269267
The *conversion* field causes a type coercion before formatting. Normally, the
270268
job of formatting a value is done by the :meth:`~object.__format__` method of the value
271269
itself. However, in some cases it is desirable to force a type to be formatted

Doc/library/string.templatelib.rst

Lines changed: 0 additions & 46 deletions
This file was deleted.

Doc/library/text.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ Python's built-in string type in :ref:`textseq`.
1616
.. toctree::
1717

1818
string.rst
19-
string.templatelib.rst
2019
re.rst
2120
difflib.rst
2221
textwrap.rst

0 commit comments

Comments
 (0)