Mercurial > hgrepos > Python > libs > ConfigMix
changeset 522:6b3da9e5acc6
Docs
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sun, 19 Dec 2021 18:53:32 +0100 |
| parents | 1001701be682 |
| children | 085962f6c81f |
| files | configmix/variables.py |
| diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/configmix/variables.py Sun Dec 19 18:51:27 2021 +0100 +++ b/configmix/variables.py Sun Dec 19 18:53:32 2021 +0100 @@ -249,7 +249,7 @@ """Identity. The `None` filter is just a marker to not throw :exc:`KeyError` - but return `None`. + but return `None`. It is a no-op within the filter-chain itself. """ return v @@ -260,7 +260,7 @@ """Identity. The `Empty` filter is just a marker to not throw :exc:`KeyError` - but return the empty string. + but return the empty string. It is a no-op within the filter-chain itself. """ return v
