Browse Source

Pathlib

pull/27/head
Jure Šorn 5 years ago
parent
commit
0816215bd1
1 changed files with 1 additions and 1 deletions
  1. 2
      README.md

2
README.md

@ -986,7 +986,7 @@ pwd = Path()
```python
<str> = str(<Path>) # Returns path as string.
<tup.> = <Path>.parts # Returns all components as strings.
<Path> = <Path>.resolve() # Makes path absolute.
<Path> = <Path>.resolve() # Returns absolute path.
```
```python

Loading…
Cancel
Save