From 7a1249f1d0f9f4178a0f154f57e4cce1e44e5ec0 Mon Sep 17 00:00:00 2001 From: Andrew Chin Date: Thu, 3 Oct 2013 18:36:45 -0400 Subject: [PATCH] Fix additional typos in docs (thanks tomthorogood) --- docs/config.rst | 2 +- docs/faq.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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