Skip to content

Commit 4148f32

Browse files
committed
System - path
1 parent 6715b06 commit 4148f32

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
@@ -682,7 +682,7 @@ import os
682682

683683
```python
684684
>>> from glob import glob
685-
>>> glob('*.gif')
685+
>>> glob('../*.gif')
686686
['1.gif', 'card.gif']
687687
```
688688

0 commit comments

Comments
 (0)