From 8f8ca4846347a0fd6e1884cbfa59cb364d9c6fbd Mon Sep 17 00:00:00 2001 From: Josiah Outram Halstead Date: Mon, 19 Feb 2024 20:30:57 +0000 Subject: [PATCH] Fix spelling mistake in docstring (#196) --- upath/registry.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upath/registry.py b/upath/registry.py index a6fe60a..7a54b7f 100644 --- a/upath/registry.py +++ b/upath/registry.py @@ -16,7 +16,7 @@ ```toml # pyproject.toml -[project.entry-points."unversal_pathlib.implementations"] +[project.entry-points."universal_pathlib.implementations"] myproto = "my_module.submodule:MyPath" ```