Skip to content

Commit 0816215

Browse files
committed
Pathlib
1 parent 221d87e commit 0816215

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -986,7 +986,7 @@ pwd = Path()
986986
```python
987987
<str> = str(<Path>) # Returns path as string.
988988
<tup.> = <Path>.parts # Returns all components as strings.
989-
<Path> = <Path>.resolve() # Makes path absolute.
989+
<Path> = <Path>.resolve() # Returns absolute path.
990990
```
991991

992992
```python

0 commit comments

Comments
 (0)