We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c85bedf commit 11fda6fCopy full SHA for 11fda6f
geoip2/database.py
@@ -67,9 +67,9 @@ def __init__(
67
) -> None:
68
"""Create GeoIP2 Reader.
69
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.
+ :param fileish: A path to the GeoIP2 database or an existing file
+ descriptor pointing to the database. Note that a file descriptor
+ is only valid when mode is MODE_FD.
73
:param locales: This is list of locale codes. This argument will be
74
passed on to record classes to use when their name properties are
75
called. The default value is ['en'].
0 commit comments