]> granicus.if.org Git - python/commitdiff
Fix typos
authorAndrew M. Kuchling <amk@amk.ca>
Fri, 30 Apr 2010 01:02:15 +0000 (01:02 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Fri, 30 Apr 2010 01:02:15 +0000 (01:02 +0000)
Doc/library/calendar.rst
Doc/library/unittest.rst

index d650ff45f1346f2f43765560440205f9dcf6d419..2f11aadeea5051d27b797a2a7e445de25ea0acbd 100644 (file)
@@ -16,7 +16,7 @@ the week to Sunday (6) or to any other weekday.  Parameters that specify dates
 are given as integers. For related
 functionality, see also the :mod:`datetime` and :mod:`time` modules.
 
-Most of these functions and classses rely on the :mod:`datetime` module which
+Most of these functions and classes rely on the :mod:`datetime` module which
 uses an idealized calendar, the current Gregorian calendar indefinitely extended
 in both directions.  This matches the definition of the "proleptic Gregorian"
 calendar in Dershowitz and Reingold's book "Calendrical Calculations", where
index 4d95adf6447aaca89c5b46100436aabcf8149fde..075c03350df5ebb56e05ebb51628b62102f93b48 100644 (file)
@@ -273,7 +273,7 @@ The ``discover`` sub-command has the following options:
    -t directory     Top level directory of project (default to
                     start directory)
 
-The -s, -p, & -t options can be passsed in as positional arguments. The
+The -s, -p, & -t options can be passed in as positional arguments. The
 following two command lines are equivalent::
 
    python -m unittest discover -s project_directory -p '*_test.py'