Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 048e803

Browse files
committed
Pathlib
1 parent d4618fd commit 048e803

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
@@ -978,9 +978,9 @@ pwd = Path()
978978
```
979979

980980
```python
981-
<Path> = <Path>.resolve() # Makes path absolute.
982981
<str> = str(<Path>) # Returns path as string.
983982
<tup.> = <Path>.parts # Returns all components as strings.
983+
<Path> = <Path>.resolve() # Makes path absolute.
984984
```
985985

986986
```python

0 commit comments

Comments
 (0)