Skip to content

Commit 747cc18

Browse files
Merge pull request #46 from szczeles/szczeles-patch-1
Fixed "Basic usage" guidelines
2 parents ad6ddf4 + 08be1b5 commit 747cc18

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
@@ -21,7 +21,7 @@ conda install -c conda-forge universal_pathlib
2121
```python
2222
>>> from upath import UPath
2323

24-
>>> path = UPath(file:/some/filepath.py)
24+
>>> path = UPath("file:/some/filepath.py")
2525
>>> path.name
2626
filepath.py
2727
>>> path.stem

0 commit comments

Comments
 (0)