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

Skip to content

Commit 0f51d04

Browse files
committed
Issue #24062: Fix os.stat links. Patch by July Tikhonov.
2 parents fc9d6f6 + 2034caa commit 0f51d04

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
@@ -773,7 +773,7 @@ as internal buffering of data.
773773

774774
.. seealso::
775775

776-
The :func:`stat` function.
776+
The :func:`.stat` function.
777777

778778
Availability: Unix, Windows.
779779

@@ -1647,7 +1647,7 @@ features:
16471647

16481648
.. seealso::
16491649

1650-
The :func:`stat` function.
1650+
The :func:`.stat` function.
16511651

16521652
.. versionchanged:: 3.2
16531653
Added support for Windows 6.0 (Vista) symbolic links.

0 commit comments

Comments
 (0)