From ebd4805df0483dbedf40f5a79333d2791adb4d28 Mon Sep 17 00:00:00 2001 From: Eli Bendersky Date: Sat, 6 Aug 2011 09:31:09 +0300 Subject: Fix grammar --- Doc/library/string.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Doc/library/string.rst') diff --git a/Doc/library/string.rst b/Doc/library/string.rst index d45eb36923..3f9ec0b786 100644 --- a/Doc/library/string.rst +++ b/Doc/library/string.rst @@ -709,9 +709,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 -- cgit v1.2.1