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

Skip to content

Commit 2034caa

Browse files
committed
Issue #24062: Fix os.stat links. Patch by July Tikhonov.
1 parent 0c6a5d1 commit 2034caa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/library/os.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -772,7 +772,7 @@ as internal buffering of data.
772772

773773
.. seealso::
774774

775-
The :func:`stat` function.
775+
The :func:`.stat` function.
776776

777777
Availability: Unix, Windows.
778778

@@ -1601,7 +1601,7 @@ features:
16011601

16021602
.. seealso::
16031603

1604-
The :func:`stat` function.
1604+
The :func:`.stat` function.
16051605

16061606
.. versionchanged:: 3.2
16071607
Added support for Windows 6.0 (Vista) symbolic links.

0 commit comments

Comments
 (0)