arg_index -> arg_id

This commit is contained in:
vitaut 2015-06-10 09:08:49 -07:00
parent a98583dde3
commit 2e254ad19d

View File

@ -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.