From 7ce7def515a38ea87517a1cd6406e4b773da241b Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Tue, 1 Nov 2016 17:00:59 -0700 Subject: [PATCH] argument index -> argument id --- doc/syntax.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/syntax.rst b/doc/syntax.rst index 256d4ad4..1051467a 100644 --- a/doc/syntax.rst +++ b/doc/syntax.rst @@ -51,7 +51,7 @@ described in the next section. A *format_spec* field can also include nested replacement fields in certain positions within it. These nested replacement fields can contain only an -argument index; format specifications are not allowed. This allows the +argument id; format specifications are not allowed. This allows the formatting of a value to be dynamically specified. See the :ref:`formatexamples` section for some examples.