Skip to content

Commit 08be1b5

Browse files
authored
Fixed "Basic usage" guidelines
1 parent ad6ddf4 commit 08be1b5

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)