]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix whitespace nit in datetime and os rst files.
authorSenthil Kumaran <senthil@uthcode.com>
Mon, 4 Jul 2011 18:43:51 +0000 (11:43 -0700)
committerSenthil Kumaran <senthil@uthcode.com>
Mon, 4 Jul 2011 18:43:51 +0000 (11:43 -0700)
Doc/library/datetime.rst
Doc/library/os.rst

index b5b6cef3fb845199ce4cd359e003c1605af72a8a..56fa6983d082600fe4da7919355c40c007f29ecb 100644 (file)
@@ -1251,7 +1251,7 @@ Supported operations:
   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
index ced4965ddae99f7a042c32b1e08b11f32f47c4be..d7121812cf26a1dff6a57e5be33c0ad430558e4a 100644 (file)
@@ -1339,7 +1339,7 @@ Files and Directories
 
    .. 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