Fixed some small typos in the documentation.

This commit is contained in:
Sam Anderson 2011-03-13 19:26:40 -04:00
parent 00c5b7a937
commit 7e59ac61c3
5 changed files with 8 additions and 8 deletions

View file

@ -105,7 +105,7 @@ above, just make sure to use a lower setting (I would recommend
if not app.debug:
import logging
from themodule import TheHandler YouWant
from themodule import TheHandlerYouWant
file_handler = TheHandlerYouWant(...)
file_handler.setLevel(logging.WARNING)
app.logger.addHandler(file_handler)