Skip to content

Commit 11fda6f

Browse files
committed
Improve documentation
1 parent c85bedf commit 11fda6f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

geoip2/database.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ def __init__(
6767
) -> None:
6868
"""Create GeoIP2 Reader.
6969
70-
:param fileish: The string path to the GeoIP2 database, or an existing
71-
file descriptor pointing to the database. Note that this latter
72-
usage is only valid when mode is MODE_FD.
70+
:param fileish: A path to the GeoIP2 database or an existing file
71+
descriptor pointing to the database. Note that a file descriptor
72+
is only valid when mode is MODE_FD.
7373
:param locales: This is list of locale codes. This argument will be
7474
passed on to record classes to use when their name properties are
7575
called. The default value is ['en'].

0 commit comments

Comments
 (0)