From: mtmail Date: Mon, 16 Dec 2024 22:38:18 +0000 (+0100) Subject: fix typo in Tokenizers.md X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/df6f70d223e8fb3129be03662fa90dfeb561309e fix typo in Tokenizers.md --- diff --git a/docs/develop/Tokenizers.md b/docs/develop/Tokenizers.md index 8ce21343..a1dae78b 100644 --- a/docs/develop/Tokenizers.md +++ b/docs/develop/Tokenizers.md @@ -95,7 +95,7 @@ Nominatim expects two files containing the Python part of the implementation: * `src/nominatim_db/tokenizer/_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/_tokenizer.py` has the code used during query time. `` is a unique name for the tokenizer consisting of only lower-case