diff --git a/docs/errorhandling.rst b/docs/errorhandling.rst index ae292a1a..cc7437a6 100644 --- a/docs/errorhandling.rst +++ b/docs/errorhandling.rst @@ -151,7 +151,7 @@ File logging from logging import Formatter file_handler.setFormatter(Formatter( - '%(astime)s %(levelname)s: %(message)s ' + '%(asctime)s %(levelname)s: %(message)s ' '[in %(pathname)s:%(lineno)d]' ))