diff options
author | Senthil Kumaran <senthil@uthcode.com> | 2011-07-04 18:43:51 (GMT) |
---|---|---|
committer | Senthil Kumaran <senthil@uthcode.com> | 2011-07-04 18:43:51 (GMT) |
commit | 3aac1794983715992b8f7f57ea627b681088e3e3 (patch) | |
tree | f861629f486f597d55ffb4fb388c7ff0ddb3d7ad /Doc/library/os.rst | |
parent | a6bac95a3c6eb926d3eded04e4b04a1d552053d1 (diff) | |
download | cpython-3aac1794983715992b8f7f57ea627b681088e3e3.zip cpython-3aac1794983715992b8f7f57ea627b681088e3e3.tar.gz cpython-3aac1794983715992b8f7f57ea627b681088e3e3.tar.bz2 |
Fix whitespace nit in datetime and os rst files.
Diffstat (limited to 'Doc/library/os.rst')
-rw-r--r-- | Doc/library/os.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/os.rst b/Doc/library/os.rst index ced4965..d712181 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst @@ -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 |