Browse Source

Path

pull/3/head
Jure Šorn 6 years ago
parent
commit
6b664e5f27
1 changed files with 1 additions and 1 deletions
  1. 2
      README.md

2
README.md

@ -431,7 +431,7 @@ def write_to_file(filename, text):
### Path ### Path
```python ```python
imort os
import os
os.path.exists(<path>) os.path.exists(<path>)
os.path.isfile(<path>) os.path.isfile(<path>)
os.path.isdir(<path>) os.path.isdir(<path>)

Loading…
Cancel
Save