This commit is contained in:
thetazero 2022-08-30 10:37:48 -04:00
parent f5286b4e79
commit 92c77013bf
No known key found for this signature in database
GPG Key ID: E3B2C451593744ED

View File

@ -166,7 +166,7 @@ MP_DEFINE_CONST_FUN_OBJ_1(os_rmdir_obj, os_rmdir);
//| def stat(path: str) -> Tuple[int, int, int, int, int, int, int, int, int, int]:
//| """Get the status of a file or directory.
//|
//| Returns a tuple with the status of a file or directory in the following order,
//| Returns a tuple with the status of a file or directory in the following order:
//|
//|
//| * ``st_mode`` -- File type, regular or directory