diff configmix/config.py @ 678:f39b96e2bb2a

FIX: Typo in docs
author Franz Glasner <fzglas.hg@dom66.de>
date Thu, 08 Jun 2023 22:14:30 +0200
parents 0eff8441c4b9
children aa39c1856de4
line wrap: on
line diff
--- 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):