@@ -303,8 +303,8 @@ async def city(self, ip_address: IPAddress = "me") -> City:
303303"""Call GeoIP2 Precision City endpoint with the specified IP.
304304
305305 :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.
308308
309309 :returns: :py:class:`geoip2.models.City` object
310310
@@ -317,8 +317,8 @@ async def country(self, ip_address: IPAddress = "me") -> Country:
317317"""Call the GeoIP2 Country endpoint with the specified IP.
318318
319319 :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.
322322
323323 :returns: :py:class:`geoip2.models.Country` object
324324
@@ -461,8 +461,8 @@ def city(self, ip_address: IPAddress = "me") -> City:
461461"""Call GeoIP2 Precision City endpoint with the specified IP.
462462
463463 :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.
466466
467467 :returns: :py:class:`geoip2.models.City` object
468468