Mercurial > hgrepos > Python > libs > ConfigMix
diff docs/introduction.rst @ 354:bd28fb4565e1
FIX: Tagging of the KeyError: :py:exception: -> :py:exc:
| author | Franz Glasner <f.glasner@feldmann-mg.com> |
|---|---|
| date | Thu, 24 Jun 2021 19:41:44 +0200 |
| parents | a7491f835cb0 |
| children | baedd2031074 |
line wrap: on
line diff
--- a/docs/introduction.rst Thu Jun 24 19:39:20 2021 +0200 +++ b/docs/introduction.rst Thu Jun 24 19:41:44 2021 +0200 @@ -419,8 +419,8 @@ Also available are special filter functions ``None`` and ``Empty``. They are useful in variable interpolation context because they -suppress possible lookup errors (aka :py:exception:`KeyError`) and -instead return with :py:obj:`None` or an empty string. +suppress possible lookup errors (aka :py:exc:`KeyError`) and instead +return with :py:obj:`None` or an empty string. Examples
