Skip to content

Commit 76206ec

Browse files
jbosboomvstinner
andcommitted
Apply suggestions from code review
Co-authored-by: Victor Stinner <vstinner@python.org>
1 parent 4bd9a9e commit 76206ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/os.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3544,9 +3544,9 @@ features:
35443544
.. data:: AT_NO_AUTOMOUNT
35453545

35463546
If the final component of a path is an automount point, operate on the
3547-
automount point instead of performing the automount. (On Linux,
3547+
automount point instead of performing the automount. On Linux,
35483548
:func:`os.stat`, :func:`os.fstat` and :func:`os.lstat` always behave this
3549-
way.)
3549+
way.
35503550

35513551
.. availability:: Linux.
35523552

0 commit comments

Comments
 (0)