]> git.openstreetmap.org Git - nominatim.git/commitdiff
Merge pull request #3617 from mtmail/pr-3615-wording
authorSarah Hoffmann <lonvia@denofr.de>
Wed, 18 Dec 2024 10:04:21 +0000 (11:04 +0100)
committerGitHub <noreply@github.com>
Wed, 18 Dec 2024 10:04:21 +0000 (11:04 +0100)
Slight wording changes for Import-Styles.md

docs/develop/Tokenizers.md

index 8ce2134373d105eea59f8a675026156c42f4415d..a1dae78bf369f35f48fc49c9284d4c5e12f9cc12 100644 (file)
@@ -95,7 +95,7 @@ Nominatim expects two files containing the Python part of the implementation:
 
  * `src/nominatim_db/tokenizer/<NAME>_tokenizer.py` contains the tokenizer
    code used during import and
- * `src/nominatim_api/search/NAME>_tokenizer.py` has the code used during
+ * `src/nominatim_api/search/<NAME>_tokenizer.py` has the code used during
    query time.
 
 `<NAME>` is a unique name for the tokenizer consisting of only lower-case