Skip to content

Commit 7b5811b

Browse files
committed
Tweak the text about closing the file descriptor slightly
1 parent 2042146 commit 7b5811b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ second argument. The modes are exported from ``maxminddb``. Valid modes are:
5353
* MODE_AUTO - try MODE_MMAP_EXT, MODE_MMAP, MODE_FILE in that order. Default.
5454

5555
**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.
56+
sure that the file descriptor gets closed properly. The caller may close the
57+
file descriptor immediately after the ``Reader`` object is created.
5858

5959
The ``open_database`` function returns a ``Reader`` object. To look up an IP
6060
address, use the ``get`` method on this object. The method will return the

0 commit comments

Comments
 (0)