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 2042146 commit 7b5811bCopy full SHA for 7b5811b
README.rst
@@ -53,8 +53,8 @@ second argument. The modes are exported from ``maxminddb``. Valid modes are:
53
* MODE_AUTO - try MODE_MMAP_EXT, MODE_MMAP, MODE_FILE in that order. Default.
54
55
**NOTE**: When using ``MODE_FD``, it is the *caller's* responsibility to be
56
-sure that the file descriptor gets closed properly, even though this module
57
-*may* close it after the ``Reader`` object is created.
+sure that the file descriptor gets closed properly. The caller may close the
+file descriptor immediately after the ``Reader`` object is created.
58
59
The ``open_database`` function returns a ``Reader`` object. To look up an IP
60
address, use the ``get`` method on this object. The method will return the
0 commit comments