Skip to content

Commit

Permalink
Fix spelling mistake in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
joouha committed Feb 19, 2024
1 parent 75e0a4d commit 71909fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upath/registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
```toml
# pyproject.toml
[project.entry-points."unversal_pathlib.implementations"]
[project.entry-points."universal_pathlib.implementations"]
myproto = "my_module.submodule:MyPath"
```
Expand Down

0 comments on commit 71909fc

Please sign in to comment.