File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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,
You can’t perform that action at this time.
0 commit comments