0

Fix additional typos in docs (thanks tomthorogood)

This commit is contained in:
Andrew Chin
2013-10-03 18:36:45 -04:00
parent 9dff70fe39
commit 7a1249f1d0
2 changed files with 2 additions and 2 deletions

View File

@@ -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:: 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!', 'title': 'This render doesn't explicitly declare a world!',
} }

View File

@@ -219,7 +219,7 @@ into your config. In your config, do the following
# all the usual config stuff goes here # all the usual config stuff goes here
render["myrender"] = { renders["myrender"] = {
"title" : "foo", "title" : "foo",
"world" : "someworld", "world" : "someworld",
"manualpois" : mymarkers, # IMPORTANT! Variable name from manualmarkers.py "manualpois" : mymarkers, # IMPORTANT! Variable name from manualmarkers.py