Skip to content

Commit 1b4a01b

Browse files
pablogsalbrianschuberttomasr8
authored
Apply suggestions from code review
Co-authored-by: Brian Schubert <[email protected]> Co-authored-by: Tomas R. <[email protected]>
1 parent 1601004 commit 1b4a01b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Doc/reference/compound_stmts.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ Additional information on exceptions can be found in section :ref:`exceptions`,
232232
and information on using the :keyword:`raise` statement to generate exceptions
233233
may be found in section :ref:`raise`.
234234

235-
.. versionchanged:: 3.13
235+
.. versionchanged:: next
236236
Support for optionally dropping grouping parentheses when using multiple exception types. See :pep:`758`.
237237

238238
.. _except:

Doc/whatsnew/3.14.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ The :keyword:`except` expressions now allow
9797
parentheses to be omitted when there is only one exception type.
9898
For example the following expressions are now valid:
9999

100-
.. code-block:: python
100+
.. code-block:: python
101101
102102
try:
103103
release_new_sleep_token_album()
@@ -111,7 +111,7 @@ For example the following expressions are now valid:
111111
112112
Check :pep:`758` for more details.
113113

114-
(Contributed by Pablo Galindo and Brett Cannin in :issue:`131831`.)
114+
(Contributed by Pablo Galindo and Brett Cannon in :issue:`131831`.)
115115

116116
.. _whatsnew314-pep649:
117117

0 commit comments

Comments
 (0)