Skip to content

Commit

Permalink
Add docstring to LiteralAlpha2 (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
antonagestam authored Sep 24, 2021
1 parent f8a1644 commit f84b3be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/phantom/iso3166.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@
"ZM",
"ZW",
]
"""Literal of all ISO3166 alpha-2 codes. """

ALPHA2: Final = frozenset(get_args(LiteralAlpha2))
is_alpha2_country_code = contained(ALPHA2)
Expand Down

0 comments on commit f84b3be

Please sign in to comment.