]> granicus.if.org Git - python/commitdiff
- fix markup error
authorFred Drake <fdrake@acm.org>
Thu, 4 Dec 2008 15:28:51 +0000 (15:28 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 4 Dec 2008 15:28:51 +0000 (15:28 +0000)
- remove silly emoticon

Doc/whatsnew/3.0.rst

index 7f4a89f3e8d454fb55ab808de387db7c4f289d89..b6ffa3618797fdad154d7c74da860fe65e20cbb8 100644 (file)
@@ -704,7 +704,7 @@ new powerful features added:
 
 * :pep:`3110`: Catching exceptions.  You must now use
   :keyword:`except` *SomeException* :keyword:`as` *variable* instead
-  of :keyword:`except` *SomeException*, variable*.  Moreover, the
+  of :keyword:`except` *SomeException*, *variable*.  Moreover, the
   *variable* is explicitly deleted when the :keyword:`except` block
   is left.
 
@@ -726,7 +726,7 @@ new powerful features added:
   traceback printed when an unhandled exception occurs walks the chain
   of :attr:`__cause__` and :attr:`__context__` attributes and prints a
   separate traceback for each component of the chain, with the primary
-  exception at the top.  (Java users may recognize this behavior. :-)
+  exception at the top.  (Java users may recognize this behavior.)
 
 * :pep:`3134`: Exception objects now store their traceback as the
   :attr:`__traceback__` attribute.  This means that an exception