Skip to content

Commit f6ef8a2

Browse files
committed
Adjust doc line length
1 parent 37b9a44 commit f6ef8a2

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

geoip2/database.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ def __init__(self, filename, locales=None, mode=MODE_AUTO):
6363
Currently, the valid locale codes are:
6464
6565
* de -- German
66-
* en -- English names may still include accented characters if that is
67-
the accepted spelling in English. In other words, English does not
68-
mean ASCII.
66+
* en -- English names may still include accented characters if that
67+
is the accepted spelling in English. In other words, English does
68+
not mean ASCII.
6969
* es -- Spanish
7070
* fr -- French
7171
* ja -- Japanese
@@ -77,7 +77,8 @@ def __init__(self, filename, locales=None, mode=MODE_AUTO):
7777
* MODE_MMAP - read from memory map. Pure Python.
7878
* MODE_FILE - read database as standard file. Pure Python.
7979
* MODE_MEMORY - load database into memory. Pure Python.
80-
* MODE_AUTO - try MODE_MMAP_EXT, MODE_MMAP, MODE_FILE in that order. Default.
80+
* MODE_AUTO - try MODE_MMAP_EXT, MODE_MMAP, MODE_FILE in that order.
81+
Default.
8182
8283
"""
8384
if locales is None:

0 commit comments

Comments
 (0)