Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3201,7 +3201,7 @@ Translations of the guide are available in the following languages:
<sup>[[link](#percent-s)]</sup>

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