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

Skip to content

Commit c60e306

Browse files
committed
Fix markup problems.
1 parent 51b75a6 commit c60e306

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Doc/library/os.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -952,7 +952,7 @@ Files and Directories
952952

953953
.. function:: lstat(path)
954954

955-
Perform the equivalent of an :c:func:`lstat` system call on the given path.
955+
Perform the equivalent of an :cfunc:`lstat` system call on the given path.
956956
Similar to :func:`~os.stat`, but does not follow symbolic links. On
957957
platforms that do not support symbolic links, this is an alias for
958958
:func:`~os.stat`.
@@ -1139,11 +1139,11 @@ Files and Directories
11391139

11401140
.. function:: stat(path)
11411141

1142-
Perform the equivalent of a :c:func:`stat` system call on the given path.
1142+
Perform the equivalent of a :cfunc:`stat` system call on the given path.
11431143
(This function follows symlinks; to stat a symlink use :func:`lstat`.)
11441144

11451145
The return value is an object whose attributes correspond to the members
1146-
of the :c:type:`stat` structure, namely:
1146+
of the :ctype:`stat` structure, namely:
11471147

11481148
* :attr:`st_mode` - protection bits,
11491149
* :attr:`st_ino` - inode number,

0 commit comments

Comments
 (0)