From be0ffa185c4cb4f1cfb809b379013213af8ec287 Mon Sep 17 00:00:00 2001 From: Tom Thorogood Date: Sat, 28 Sep 2013 10:55:38 -0700 Subject: [PATCH] Update config.rst Fix typo in example code that causes error in an actual config file. --- docs/config.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config.rst b/docs/config.rst index 7a3e549..5ec387f 100644 --- a/docs/config.rst +++ b/docs/config.rst @@ -928,7 +928,7 @@ primitive object's constructor:: Then you can use your new rendermode in your render definitions:: - render["survivalday"] = { + renders["survivalday"] = { "world": "survival", "title": "Survival Daytime", "rendermode": my_rendermode,