Skip to content

Commit 0b23b4b

Browse files
committed
Removed a reference to the old iso code key name
1 parent 2655004 commit 0b23b4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

geoip2/webservices.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
>>> client = geoip2.webservices.Client(42, 'abcdef123456')
5151
>>> omni = client.omni('24.24.24.24')
5252
>>> country = omni.country
53-
>>> print(country.iso_3166_alpha_2)
53+
>>> print(country.iso_code)
5454
5555
Exceptions
5656
----------

0 commit comments

Comments
 (0)