From 6b664e5f2717d71217931ed47ac7ddfb4bfc0436 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Wed, 18 Apr 2018 02:05:25 +0200 Subject: [PATCH] Path --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()