Skip to content

Commit cf9b48f

Browse files
committed
Fix typo
1 parent 58b339b commit cf9b48f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/phonenumbers/geocoder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
from .geodata import GEOCODE_DATA, GEOCODE_LONGEST_PREFIX
5050
from .geodata.locale import LOCALE_DATA
5151
except ImportError: # pragma no cover
52-
# Before the generated code exists, the teodata/ directory is empty.
52+
# Before the generated code exists, the geodata/ directory is empty.
5353
# The generation process imports this module, creating a circular
5454
# dependency. The hack below works around this.
5555
import os

0 commit comments

Comments
 (0)