From 31daa558f90366bf0206db9713824f4e205cf417 Mon Sep 17 00:00:00 2001 From: "Nicolas F." Date: Mon, 11 Mar 2013 15:29:47 +0100 Subject: [PATCH] Fix error in documentation No parenthesis on the import statement. --- docs/config.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config.rst b/docs/config.rst index 2284bc9..e603ca7 100644 --- a/docs/config.rst +++ b/docs/config.rst @@ -255,7 +255,7 @@ the form ``key = value``. Two items take a different form:, ``worlds`` and If you want to specify an observer manually, try something like: :: - from observer import ProgressBarObserver() + from observer import ProgressBarObserver observer = ProgressBarObserver() There are currently three observers available: ``LoggingObserver``,