Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3aac179

Browse files
committed
Fix whitespace nit in datetime and os rst files.
1 parent a6bac95 commit 3aac179

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/library/datetime.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1251,7 +1251,7 @@ Supported operations:
12511251
subtracting their UTC offsets (obtained from ``self.utcoffset()``). In order
12521252
to stop mixed-type comparisons from falling back to the default comparison by
12531253
object address, when a :class:`time` object is compared to an object of a
1254-
different type, :exc:`TypeError` is raised unless the comparison is ``==`` or
1254+
different type, :exc:`TypeError` is raised unless the comparison is ``==`` or
12551255
``!=``. The latter cases return :const:`False` or :const:`True`, respectively.
12561256

12571257
* hash, use as dict key

Doc/library/os.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1339,7 +1339,7 @@ Files and Directories
13391339

13401340
.. note::
13411341

1342-
The exact meaning and resolution of the :attr:`st_atime`,
1342+
The exact meaning and resolution of the :attr:`st_atime`,
13431343
:attr:`st_mtime`, and :attr:`st_ctime` attributes depend on the operating
13441344
system and the file system. For example, on Windows systems using the FAT
13451345
or FAT32 file systems, :attr:`st_mtime` has 2-second resolution, and

0 commit comments

Comments
 (0)