Skip to content

Commit 0f2e795

Browse files
committed
Merge pull request #343 from bk2204/parentheses-typo
Fix reference to "braces" where "parentheses" was meant.
2 parents e9ccd48 + 8c27fba commit 0f2e795

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3201,7 +3201,7 @@ Translations of the guide are available in the following languages:
32013201
<sup>[[link](#percent-s)]</sup>
32023202

32033203
* <a name="percent-literal-braces"></a>
3204-
Prefer `()` as delimiters for all `%` literals, except `%r`. Since braces
3204+
Prefer `()` as delimiters for all `%` literals, except `%r`. Since parentheses
32053205
often appear inside regular expressions in many scenarios a less common
32063206
character like `{` might be a better choice for a delimiter, depending on the
32073207
regexp's content.

0 commit comments

Comments
 (0)