From f904ef27d3d1f4e03972c34858787294c74c164f Mon Sep 17 00:00:00 2001 From: Dag Odenhall Date: Sat, 5 Jun 2010 05:23:19 +0800 Subject: [PATCH] Fixing typo in error handling documentation (s/changes are/chances are/) --- docs/errorhandling.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/errorhandling.rst b/docs/errorhandling.rst index f963f1ab..ae292a1a 100644 --- a/docs/errorhandling.rst +++ b/docs/errorhandling.rst @@ -35,7 +35,7 @@ If the application runs in production mode (which it will do on your server) you won't see any log messages by default. Why that? Flask tries to be a zero-configuration framework and where should it drop the logs for you if there is no configuration. Guessing is not a good idea because -changes are, the place it guessed is not the place where the user has the +chances are, the place it guessed is not the place where the user has the permission to create a logfile. Also, for most small applications nobody will look at the logs anyways.