Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9baee31

Browse files
committed
- fix markup error
- remove silly emoticon
1 parent 2982c32 commit 9baee31

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/whatsnew/3.0.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)