8000 Lint · pepijndevos/circuitpython@92c7701 · GitHub
[go: up one dir, main page]

Skip to content

Commit 92c7701

Browse files
committed
Lint
1 parent f5286b4 commit 92c7701

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

shared-bindings/os/__init__.c

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -166,15 +166,15 @@ MP_DEFINE_CONST_FUN_OBJ_1(os_rmdir_obj, os_rmdir);
166166
//| def stat(path: str) -> Tuple[int, int, int, int, int, int, int, int, int, int]:
167167
//| """Get the status of a file or directory.
168168
//|
169-
//| Returns a tuple with the status of a file or directory in the following order,
170-
//|
169+
//| Returns a tuple with the status of a file or directory in the following order:
170+
//|
171171
//|
172172
//| * ``st_mode`` -- File type, regular or directory
173173
//| * ``st_ino`` -- Unpopulated
174-
//| * ``st_dev`` -- Unpopulated
175-
//| * ``st_nlink`` -- Unpopulated
176-
//| * ``st_uid`` -- Unpopulated
177-
//| * ``st_gid`` -- Unpopulated
174+
//| * ``st_dev`` -- Unpopulated
175+
//| * ``st_nlink`` -- Unpopulated
176+
//| * ``st_uid`` -- Unpopulated
177+
//| * ``st_gid`` -- Unpopulated
178178
//| * ``st_size`` -- Size of the file in bytes
179179
//| * ``st_atime`` -- Time of most recent access expressed in seconds
180180
//| * ``st_mtime`` -- Time of most recent content modification expressed in seconds.

0 commit comments

Comments
 (0)
0