File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -704,7 +704,7 @@ new powerful features added:
704704
705705* :pep: `3110 `: Catching exceptions. You must now use
706706 :keyword: `except ` *SomeException * :keyword: `as ` *variable * instead
707- of :keyword: `except ` *SomeException *, variable*. Moreover, the
707+ of :keyword: `except ` *SomeException *, * variable *. Moreover, the
708708 *variable * is explicitly deleted when the :keyword: `except ` block
709709 is left.
710710
@@ -726,7 +726,7 @@ new powerful features added:
726726 traceback printed when an unhandled exception occurs walks the chain
727727 of :attr: `__cause__ ` and :attr: `__context__ ` attributes and prints a
728728 separate traceback for each component of the chain, with the primary
729- exception at the top. (Java users may recognize this behavior. :- )
729+ exception at the top. (Java users may recognize this behavior.)
730730
731731* :pep: `3134 `: Exception objects now store their traceback as the
732732 :attr: `__traceback__ ` attribute. This means that an exception
You can’t perform that action at this time.
0 commit comments