Rev 6: A couple of small typos in the documentation. in http://bazaar.launchpad.net/~jameinel/python-six/typos

John Arbash Meinel john at arbash-meinel.com
Wed Jun 30 21:33:08 BST 2010


At http://bazaar.launchpad.net/~jameinel/python-six/typos

------------------------------------------------------------
revno: 6
revision-id: john at arbash-meinel.com-20100630203248-ntsch8r86gn8mj0s
parent: benjamin at python.org-20100629221554-rwunjfaxo45xw1bq
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: typos
timestamp: Wed 2010-06-30 15:32:48 -0500
message:
  A couple of small typos in the documentation.
-------------- next part --------------
=== modified file 'documentation/moves.rst'
--- a/documentation/moves.rst	2010-06-29 17:07:40 +0000
+++ b/documentation/moves.rst	2010-06-30 20:32:48 +0000
@@ -18,7 +18,7 @@
 
 For the most part, :mod:`six.moves` aliases are the names of the modules in
 Python 3.  When the new Python 3 name is a package, the components of the name
-are separated by underscores.  For example, ``html.parser`` because
+are separated by underscores.  For example, ``html.parser`` becomes
 ``html_parser``.  In some cases where several modules have been combined, the
 Python 2 name is retained.  This is so the appropiate modules can be found when
 running on Python 2.  For example, ``BaseHTTPServer`` which is in

=== modified file 'documentation/syntax.rst'
--- a/documentation/syntax.rst	2010-06-29 17:07:40 +0000
+++ b/documentation/syntax.rst	2010-06-30 20:32:48 +0000
@@ -32,7 +32,7 @@
 .. function:: reraise(exc_type, exc_value, exc_traceback=None)
 
    Reraise an exception, possibly with a different traceback.  In the simple
-   case, ``reriase(*sys.exc_info())`` with an active exception (in an except
+   case, ``reraise(*sys.exc_info())`` with an active exception (in an except
    block) reraises the current exception with the last traceback.  A different
    traceback can be specified with the *exc_traceback* parameter.
 



More information about the bazaar-commits mailing list