Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fgregg committed Oct 25, 2024
1 parent 3594527 commit 35fb956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion probablepeople/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {}

Expand Down

0 comments on commit 35fb956

Please sign in to comment.