You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
config: Use "mapping" instead of "dict" for user-facing errors
Previously, these errors used the word "dict" because it's the common
term in the Python world. But the YAML term is rather "mapping". The
present commit fixes this wording.
This originates from this discussion [^2].
[^1]: https://yaml.org/spec/1.2.2/#3211-nodes
[^2]: #747 (review)
0 commit comments