[Python-checkins] cpython (3.2): Fix whitespace nit in datetime and os rst files.

senthil.kumaran python-checkins at python.org
Mon Jul 4 20:44:33 CEST 2011


http://hg.python.org/cpython/rev/184192b3687c
changeset:   71210:184192b3687c
branch:      3.2
parent:      71208:d442c313536b
user:        Senthil Kumaran <senthil at uthcode.com>
date:        Mon Jul 04 11:43:51 2011 -0700
summary:
  Fix whitespace nit in datetime and os rst files.

files:
  Doc/library/datetime.rst |  2 +-
  Doc/library/os.rst       |  2 +-
  2 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Doc/library/datetime.rst b/Doc/library/datetime.rst
--- a/Doc/library/datetime.rst
+++ b/Doc/library/datetime.rst
@@ -1251,7 +1251,7 @@
   subtracting their UTC offsets (obtained from ``self.utcoffset()``). In order
   to stop mixed-type comparisons from falling back to the default comparison by
   object address, when a :class:`time` object is compared to an object of a
-  different type, :exc:`TypeError` is raised unless the comparison is ``==`` or 
+  different type, :exc:`TypeError` is raised unless the comparison is ``==`` or
   ``!=``.  The latter cases return :const:`False` or :const:`True`, respectively.
 
 * hash, use as dict key
diff --git a/Doc/library/os.rst b/Doc/library/os.rst
--- a/Doc/library/os.rst
+++ b/Doc/library/os.rst
@@ -1339,7 +1339,7 @@
 
    .. note::
 
-      The exact meaning and resolution of the :attr:`st_atime`, 
+      The exact meaning and resolution of the :attr:`st_atime`,
       :attr:`st_mtime`, and :attr:`st_ctime` attributes depend on the operating
       system and the file system. For example, on Windows systems using the FAT
       or FAT32 file systems, :attr:`st_mtime` has 2-second resolution, and

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list