Skip to content

Commit d4618fd

Browse files
committed
Pathlib
1 parent f6e72dd commit d4618fd

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -974,10 +974,7 @@ pwd = Path()
974974
<bool> = <Path>.is_file()
975975
<bool> = <Path>.is_dir()
976976
<iter> = <Path>.iterdir()
977-
```
978-
979-
```python
980-
<iter> = <Path>.glob('<pattern>') # Returns all matches.
977+
<iter> = <Path>.glob('<pattern>')
981978
```
982979

983980
```python

0 commit comments

Comments
 (0)