We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45ec333 commit a2388beCopy full SHA for a2388be
Doc/howto/regex.rst
@@ -76,7 +76,7 @@ devoted to discussing various metacharacters and what they do.
76
Here's a complete list of the metacharacters; their meanings will be discussed
77
in the rest of this HOWTO. ::
78
79
- . ^ $ * + ? { [ ] \ | ( )
+ . ^ $ * + ? { } [ ] \ | ( )
80
81
The first metacharacters we'll look at are ``[`` and ``]``. They're used for
82
specifying a character class, which is a set of characters that you wish to
0 commit comments