Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit de8c100

Browse files
committed
Fix grammar
2 parents 31c2e37 + ebd4805 commit de8c100

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Doc/library/string.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -709,9 +709,9 @@ placeholder syntax, delimiter character, or the entire regular expression used
709709
to parse template strings. To do this, you can override these class attributes:
710710

711711
* *delimiter* -- This is the literal string describing a placeholder introducing
712-
delimiter. The default value ``$``. Note that this should *not* be a regular
713-
expression, as the implementation will call :meth:`re.escape` on this string as
714-
needed.
712+
delimiter. The default value is ``$``. Note that this should *not* be a
713+
regular expression, as the implementation will call :meth:`re.escape` on this
714+
string as needed.
715715

716716
* *idpattern* -- This is the regular expression describing the pattern for
717717
non-braced placeholders (the braces will be added automatically as

0 commit comments

Comments
 (0)