mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-03-13 14:24:08 +00:00
fix argument description for check_database
This commit is contained in:
@@ -194,15 +194,13 @@ class AbstractTokenizer(ABC):
|
|||||||
""" Check that the database is set up correctly and ready for being
|
""" Check that the database is set up correctly and ready for being
|
||||||
queried.
|
queried.
|
||||||
|
|
||||||
Returns:
|
|
||||||
If an issue was found, return an error message with the
|
|
||||||
description of the issue as well as hints for the user on
|
|
||||||
how to resolve the issue.
|
|
||||||
|
|
||||||
Arguments:
|
Arguments:
|
||||||
config: Read-only object with configuration options.
|
config: Read-only object with configuration options.
|
||||||
|
|
||||||
Return `None`, if no issue was found.
|
Returns:
|
||||||
|
If an issue was found, return an error message with the
|
||||||
|
description of the issue as well as hints for the user on
|
||||||
|
how to resolve the issue. If everything is okay, return `None`.
|
||||||
"""
|
"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user