details: http://hg.sqlalchemy.org/sqlalchemy/sqlalchemy/rev/ccc06f259a07
changeset: 8181:ccc06f259a07
user: diana
date: Tue Apr 03 17:40:51 2012 -0400
description:
Fixing link to python's logging module (see #2456). Thanks astrochase!
diffstat:
doc/build/core/engines.rst | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 08714c55e5d7 -r ccc06f259a07 doc/build/core/engines.rst
--- a/doc/build/core/engines.rst Tue Apr 03 10:34:48 2012 -0400
+++ b/doc/build/core/engines.rst Tue Apr 03 17:40:51 2012 -0400
@@ -319,7 +319,7 @@
====================
Python's standard `logging
-<http://www.python.org/doc/lib/module-logging.html>`_ module is used to
+<http://docs.python.org/library/logging.html>`_ module is used to
implement informational and debug log output with SQLAlchemy. This allows
SQLAlchemy's logging to integrate in a standard way with other applications
and libraries. The ``echo`` and ``echo_pool`` flags that are present on
|