From a0d5307f58d321532824e05407f5f78771f7f4b8 Mon Sep 17 00:00:00 2001 From: Mateusz Konieczny Date: Tue, 18 Jun 2024 11:55:11 +0200 Subject: [PATCH] fix typo --- doc/ref_index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ref_index.rst b/doc/ref_index.rst index b04e5c08..a8276c5c 100644 --- a/doc/ref_index.rst +++ b/doc/ref_index.rst @@ -11,7 +11,7 @@ Node Location Storage Node location can be cached in a ``LocationTable``. There are different implementations available which should be choosen according to the size of data and whether or not the cache should be permanent. See the Osmium manual -for a detailed explaination. The compiled in types can be listed with the +for a detailed explanation. The compiled in types can be listed with the ``map_types`` function, new stores can be created with ``create_map``. .. autofunction:: osmium.index.map_types