#11239: add } to list of metacharacters (it is only a metacharacter sometimes, ie. when closing a {n,m} group, but so is ].
diff --git a/Doc/howto/regex.rst b/Doc/howto/regex.rst
index 1005c23..1523c48 100644
--- a/Doc/howto/regex.rst
+++ b/Doc/howto/regex.rst
@@ -81,7 +81,7 @@
Here's a complete list of the metacharacters; their meanings will be discussed
in the rest of this HOWTO. ::
- . ^ $ * + ? { [ ] \ | ( )
+ . ^ $ * + ? { } [ ] \ | ( )
The first metacharacters we'll look at are ``[`` and ``]``. They're used for
specifying a character class, which is a set of characters that you wish to