mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-12-28 23:42:59 +03:00
fix typo
This commit is contained in:
parent
be65c8303f
commit
5e5addcdbf
@ -136,7 +136,7 @@ class AbstractTokenizer(ABC):
|
|||||||
the tokenizer remains stable over updates.
|
the tokenizer remains stable over updates.
|
||||||
|
|
||||||
Arguments:
|
Arguments:
|
||||||
config: Read-only object with configuration obtions.
|
config: Read-only object with configuration options.
|
||||||
|
|
||||||
init_db: When set to False, then initialisation of database
|
init_db: When set to False, then initialisation of database
|
||||||
tables should be skipped. This option is only required for
|
tables should be skipped. This option is only required for
|
||||||
@ -166,7 +166,7 @@ class AbstractTokenizer(ABC):
|
|||||||
during query time.
|
during query time.
|
||||||
|
|
||||||
Arguments:
|
Arguments:
|
||||||
config: Read-only object with configuration obtions.
|
config: Read-only object with configuration options.
|
||||||
"""
|
"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@ -181,7 +181,7 @@ class AbstractTokenizer(ABC):
|
|||||||
data structures or data itself must not be changed by this function.
|
data structures or data itself must not be changed by this function.
|
||||||
|
|
||||||
Arguments:
|
Arguments:
|
||||||
config: Read-only object with configuration obtions.
|
config: Read-only object with configuration options.
|
||||||
"""
|
"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user