File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments