Browse Source

File

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

2
README.md

@ -1144,7 +1144,7 @@ cwd = Path()
```python
<str> = str(<Path>) # Returns path as a string.
<tup.> = <Path>.parts # Returns all components as strings.
<Path> = <Path>.resolve() # Returns absolute path without symlinks.
<Path> = <Path>.resolve() # Returns absolute Path without symlinks.
```
```python

Loading…
Cancel
Save