0

Fix error in documentation

No parenthesis on the import statement.
This commit is contained in:
Nicolas F.
2013-03-11 15:29:47 +01:00
parent b8e2003c65
commit 31daa558f9

View File

@@ -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``,