diff --git a/README.md b/README.md index 08d02db..83c6b4e 100644 --- a/README.md +++ b/README.md @@ -431,7 +431,7 @@ def write_to_file(filename, text): ### Path ```python -imort os +import os os.path.exists() os.path.isfile() os.path.isdir()