# HG changeset patch # User Franz Glasner # Date 1522878637 -7200 # Node ID 4ec7838998352f7753e16a45302941db93e74548 # Parent b34ad08e71982452c8d0ed9966baf063192b01e9 Note that the root object of a YAML style configuration must be a dict alike (mapping) diff -r b34ad08e7198 -r 4ec783899835 doc/introduction.rst --- 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: