We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fa6c2a commit 9723961Copy full SHA for 9723961
Doc/library/re.rst
@@ -232,7 +232,8 @@ The special characters are:
232
233
* To match a literal ``']'`` inside a set, precede it with a backslash, or
234
place it at the beginning of the set. For example, both ``[()[\]{}]`` and
235
- ``[]()[{}]`` will both match a parenthesis.
+ ``[]()[{}]`` will match a right bracket, as well as left bracket, braces,
236
+ and parentheses.
237
238
.. .. index:: single: --; in regular expressions
239
.. .. index:: single: &&; in regular expressions
0 commit comments