@@ -303,8 +303,8 @@ async def city(self, ip_address: IPAddress = "me") -> City:
303
303
"""Call GeoIP2 Precision City endpoint with the specified IP.
304
304
305
305
:param ip_address: IPv4 or IPv6 address as a string. If no
306
- address is provided, the address that the web service is
307
- called from will be used.
306
+ address is provided, the address that the web service is
307
+ called from will be used.
308
308
309
309
:returns: :py:class:`geoip2.models.City` object
310
310
@@ -317,8 +317,8 @@ async def country(self, ip_address: IPAddress = "me") -> Country:
317
317
"""Call the GeoIP2 Country endpoint with the specified IP.
318
318
319
319
:param ip_address: IPv4 or IPv6 address as a string. If no address
320
- is provided, the address that the web service is called from will
321
- be used.
320
+ is provided, the address that the web service is called from will
321
+ be used.
322
322
323
323
:returns: :py:class:`geoip2.models.Country` object
324
324
@@ -461,8 +461,8 @@ def city(self, ip_address: IPAddress = "me") -> City:
461
461
"""Call GeoIP2 Precision City endpoint with the specified IP.
462
462
463
463
:param ip_address: IPv4 or IPv6 address as a string. If no
464
- address is provided, the address that the web service is
465
- called from will be used.
464
+ address is provided, the address that the web service is
465
+ called from will be used.
466
466
467
467
:returns: :py:class:`geoip2.models.City` object
468
468
0 commit comments