From 35fb95647f50b732b4d29d210461ea762aa589ac Mon Sep 17 00:00:00 2001 From: Forest Gregg Date: Fri, 25 Oct 2024 13:54:42 -0400 Subject: [PATCH] typo --- probablepeople/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/probablepeople/__init__.py b/probablepeople/__init__.py index a961b8e..c323a39 100644 --- a/probablepeople/__init__.py +++ b/probablepeople/__init__.py @@ -100,7 +100,7 @@ def parse(raw_string: str, type: typing.Optional[str] = None) -> list[tuple[str, def tag( - raw_string: str, type: typing.optional[str] = None + raw_string: str, type: typing.Optional[str] = None ) -> tuple[dict[str, str], str]: tagged = {}