[Python-checkins] r70418 - python/trunk/Doc/library/string.rst

georg.brandl python-checkins at python.org
Mon Mar 16 20:42:04 CET 2009


Author: georg.brandl
Date: Mon Mar 16 20:42:03 2009
New Revision: 70418

Log:
Add token markup.

Modified:
   python/trunk/Doc/library/string.rst

Modified: python/trunk/Doc/library/string.rst
==============================================================================
--- python/trunk/Doc/library/string.rst	(original)
+++ python/trunk/Doc/library/string.rst	Mon Mar 16 20:42:03 2009
@@ -221,7 +221,7 @@
 
    .. productionlist:: sf
       replacement_field: "{" `field_name` ["!" `conversion`] [":" `format_spec`] "}"
-      field_name: (`identifier` | `integer`) ("." `attribute_name` | "[" element_index "]")*
+      field_name: (`identifier` | `integer`) ("." `attribute_name` | "[" `element_index` "]")*
       attribute_name: `identifier`
       element_index: `integer`
       conversion: "r" | "s"


More information about the Python-checkins mailing list