]> granicus.if.org Git - python/commitdiff
Fix grammar
authorEli Bendersky <eliben@gmail.com>
Sat, 6 Aug 2011 06:29:12 +0000 (09:29 +0300)
committerEli Bendersky <eliben@gmail.com>
Sat, 6 Aug 2011 06:29:12 +0000 (09:29 +0300)
Doc/library/string.rst

index 59ac1163cf071a4ca22f2c887d0199f13f20f938..d785b7bb89f55a9c0c65afb7b1939fcc20a5dbdd 100644 (file)
@@ -729,9 +729,9 @@ placeholder syntax, delimiter character, or the entire regular expression used
 to parse template strings.  To do this, you can override these class attributes:
 
 * *delimiter* -- This is the literal string describing a placeholder introducing
-  delimiter.  The default value ``$``.  Note that this should *not* be a regular
-  expression, as the implementation will call :meth:`re.escape` on this string as
-  needed.
+  delimiter.  The default value is ``$``.  Note that this should *not* be a
+  regular expression, as the implementation will call :meth:`re.escape` on this
+  string as needed.
 
 * *idpattern* -- This is the regular expression describing the pattern for
   non-braced placeholders (the braces will be added automatically as