Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc873860

Browse files
author
Dishy.Dev
committed
More spacing fixes
1 parent9dd85fa commitc873860

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

‎geoip2/webservice.py‎

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp