We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58b339b commit cf9b48fCopy full SHA for cf9b48f
1 file changed
python/phonenumbers/geocoder.py
@@ -49,7 +49,7 @@
49
from .geodata import GEOCODE_DATA, GEOCODE_LONGEST_PREFIX
50
from .geodata.locale import LOCALE_DATA
51
except ImportError: # pragma no cover
52
- # Before the generated code exists, the teodata/ directory is empty.
+ # Before the generated code exists, the geodata/ directory is empty.
53
# The generation process imports this module, creating a circular
54
# dependency. The hack below works around this.
55
import os
0 commit comments