Skip to content

Commit 35fb956

Browse files
committed
typo
1 parent 3594527 commit 35fb956

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

probablepeople/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def parse(raw_string: str, type: typing.Optional[str] = None) -> list[tuple[str,
100100

101101

102102
def tag(
103-
raw_string: str, type: typing.optional[str] = None
103+
raw_string: str, type: typing.Optional[str] = None
104104
) -> tuple[dict[str, str], str]:
105105
tagged = {}
106106

0 commit comments

Comments
 (0)