mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Fix grammar
This commit is contained in:
parent
2e0153550c
commit
ebd4805df0
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue