arg_index -> arg_id
This commit is contained in:
parent
a98583dde3
commit
2e254ad19d
@ -31,7 +31,7 @@ by a colon ``':'``. These specify a non-default format for the replacement valu
|
|||||||
|
|
||||||
See also the :ref:`formatspec` section.
|
See also the :ref:`formatspec` section.
|
||||||
|
|
||||||
If the numerical arg_indexes in a format string are 0, 1, 2, ... in sequence,
|
If the numerical arg_ids in a format string are 0, 1, 2, ... in sequence,
|
||||||
they can all be omitted (not just some) and the numbers 0, 1, 2, ... will be
|
they can all be omitted (not just some) and the numbers 0, 1, 2, ... will be
|
||||||
automatically inserted in that order.
|
automatically inserted in that order.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user