Skip to content

Commit

Permalink
fixed flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
uberfresh1914 committed Dec 24, 2024
1 parent 8bc3a75 commit f962921
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions django_country_kit/nationalities.py
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
"""
This module defines a dictionary of nationalities and their corresponding
This module defines a dictionary of nationalities and their corresponding
alpha-2 country codes.
The `NATIONALITIES` dictionary maps each nationality to its respective
alpha-2 country code, where the keys are nationality names (in English)
The `NATIONALITIES` dictionary maps each nationality to its respective
alpha-2 country code, where the keys are nationality names (in English)
and the values are ISO 3166-1 alpha-2 codes.
Example usage:
- "Afghan" -> "AF"
- "Åland Island" -> "AX"
The dictionary can be used for looking up the alpha-2 code based on a
The dictionary can be used for looking up the alpha-2 code based on a
given nationality name.
Usage:
Expand Down

0 comments on commit f962921

Please sign in to comment.