diff --git a/docs/config.rst b/docs/config.rst index 5ec387f..a2f3f93 100644 --- a/docs/config.rst +++ b/docs/config.rst @@ -365,7 +365,7 @@ values. The valid configuration keys are listed below. Then you don't need to specify a ``world`` key in the render dictionaries:: - render['arender'] = { + renders['arender'] = { 'title': 'This render doesn't explicitly declare a world!', } diff --git a/docs/faq.rst b/docs/faq.rst index 2efb5c8..9e9b8a8 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -219,7 +219,7 @@ into your config. In your config, do the following # all the usual config stuff goes here - render["myrender"] = { + renders["myrender"] = { "title" : "foo", "world" : "someworld", "manualpois" : mymarkers, # IMPORTANT! Variable name from manualmarkers.py