summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
Diffstat (limited to 'Lib')
-rw-r--r--Lib/pydoc_data/topics.py8
1 files changed, 5 insertions, 3 deletions
diff --git a/Lib/pydoc_data/topics.py b/Lib/pydoc_data/topics.py
index b5a9148..78134e8 100644
--- a/Lib/pydoc_data/topics.py
+++ b/Lib/pydoc_data/topics.py
@@ -1,4 +1,4 @@
-# Autogenerated by Sphinx on Wed Aug 6 15:05:15 2025
+# Autogenerated by Sphinx on Thu Aug 14 13:12:07 2025
# as part of the release process.
topics = {
@@ -1907,7 +1907,8 @@ An "except*" clause must have a matching expression; it cannot be
group types, because that would have ambiguous semantics.
It is not possible to mix "except" and "except*" in the same "try".
-"break", "continue" and "return" cannot appear in an "except*" clause.
+The "break", "continue", and "return" statements cannot appear in an
+"except*" clause.
"else" clause
@@ -10109,7 +10110,8 @@ An "except*" clause must have a matching expression; it cannot be
group types, because that would have ambiguous semantics.
It is not possible to mix "except" and "except*" in the same "try".
-"break", "continue" and "return" cannot appear in an "except*" clause.
+The "break", "continue", and "return" statements cannot appear in an
+"except*" clause.
"else" clause