Skip to content

Commit 71451cf

Browse files
committed
Pathlib
1 parent 0ccd5a7 commit 71451cf

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

979979
```python
980980
<iter> = <Path>.glob('<pattern>') # Returns all matches.
981-
<Path> = <Path>.resolve() # Makes path absolute.
982981
<file> = <Path>.open() # Opens file.
982+
<Path> = <Path>.resolve() # Makes path absolute.
983983
```
984984

985985
```python

0 commit comments

Comments
 (0)