summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDiana Clarke <diana.joan.clarke@gmail.com>2012-04-03 17:40:51 -0400
committerDiana Clarke <diana.joan.clarke@gmail.com>2012-04-03 17:40:51 -0400
commit879e6bc462403933fdadc17b700e231eba3207db (patch)
tree71d3634333a7de063f5219aa92e9b81fd9b2f9b1 /doc
parent53b4337de3ab4d4abe17ca47903aaaa8664cd50f (diff)
downloadsqlalchemy-879e6bc462403933fdadc17b700e231eba3207db.tar.gz
Fixing link to python's logging module (see #2456). Thanks astrochase!
Diffstat (limited to 'doc')
-rw-r--r--doc/build/core/engines.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/core/engines.rst b/doc/build/core/engines.rst
index a1066b1e6..aa2c1f29b 100644
--- a/doc/build/core/engines.rst
+++ b/doc/build/core/engines.rst
@@ -319,7 +319,7 @@ Configuring Logging
====================
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