File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3178,7 +3178,7 @@ features:
31783178 .. attribute :: st_atime
31793179
31803180 Time of most recent access expressed in seconds since the Unix epoch
3181- (see the :mod: `time ` module).
3181+ (see the :mod: `time ` module).
31823182
31833183 .. attribute :: st_mtime
31843184
@@ -3198,7 +3198,7 @@ features:
31983198 .. attribute :: st_atime_ns
31993199
32003200 Time of most recent access expressed in nanoseconds since the Unix epoch
3201- as an integer.
3201+ as an integer.
32023202
32033203 .. versionadded :: 3.3
32043204
@@ -3225,16 +3225,16 @@ features:
32253225
32263226 Time of file creation expressed in seconds since the Unix epoch
32273227 (see the :mod: `time ` module). This attribute is not always available,
3228- and may raise :exc: `AttributeError `.
3228+ and may raise :exc: `AttributeError `.
32293229
32303230 .. versionchanged :: 3.12
32313231 ``st_birthtime `` is now available on Windows.
32323232
32333233 .. attribute :: st_birthtime_ns
32343234
32353235 Time of file creation expressed in nanoseconds since the Unix epoch as an
3236- integer. This attribute is not always available, and may raise
3237- :exc: `AttributeError `.
3236+ integer. This attribute is not always available, and may raise
3237+ :exc: `AttributeError `.
32383238
32393239 .. versionadded :: 3.12
32403240
You can’t perform that action at this time.
0 commit comments