Mercurial > hgrepos > Python > libs > ConfigMix
changeset 678:f39b96e2bb2a
FIX: Typo in docs
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Thu, 08 Jun 2023 22:14:30 +0200 |
| parents | d9bd1fc4d9c9 |
| children | aa39c1856de4 |
| files | configmix/config.py |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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):
