Mercurial > hgrepos > Python > libs > ConfigMix
changeset 132:4ec783899835
Note that the root object of a YAML style configuration must be a dict alike (mapping)
| author | Franz Glasner <hg@dom66.de> |
|---|---|
| date | Wed, 04 Apr 2018 23:50:37 +0200 |
| parents | b34ad08e7198 |
| children | 05cb18c8697a |
| files | doc/introduction.rst |
| diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/introduction.rst Wed Apr 04 23:49:43 2018 +0200 +++ b/doc/introduction.rst Wed Apr 04 23:50:37 2018 +0200 @@ -22,6 +22,8 @@ .. note:: All strings are returned as Unicode text strings. +.. note:: The root object must be a *mapping* and therefore decode into + a Python :class:`dict` alike. An example is:
