# HG changeset patch # User Franz Glasner # Date 1686255270 -7200 # Node ID f39b96e2bb2abf443bc700ffe9bb4ac80e319ee5 # Parent d9bd1fc4d9c9aff3f13e466357a44b795ff07f62 FIX: Typo in docs diff -r d9bd1fc4d9c9 -r f39b96e2bb2a configmix/config.py --- a/configmix/config.py Wed Apr 12 09:27:37 2023 +0200 +++ b/configmix/config.py Thu Jun 08 22:14:30 2023 +0200 @@ -913,7 +913,7 @@ All non-matching texttypes and all non-texttypes are returned unchanged. - :raise KeyError: If the reverence cannot found + :raise KeyError: If the reference cannot found """ if not isinstance(v, _TEXTTYPE):