We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d71edbd commit bcadcdeCopy full SHA for bcadcde
Doc/library/re.rst
@@ -271,7 +271,8 @@ The special characters are:
271
272
* To match a literal ``']'`` inside a set, precede it with a backslash, or
273
place it at the beginning of the set. For example, both ``[()[\]{}]`` and
274
- ``[]()[{}]`` will both match a parenthesis.
+ ``[]()[{}]`` will match a right bracket, as well as left bracket, braces,
275
+ and parentheses.
276
277
.. .. index:: single: --; in regular expressions
278
.. .. index:: single: &&; in regular expressions
0 commit comments