]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Fixing link to python's logging module (see #2456). Thanks astrochase!
authorDiana Clarke <diana.joan.clarke@gmail.com>
Tue, 3 Apr 2012 21:40:51 +0000 (17:40 -0400)
committerDiana Clarke <diana.joan.clarke@gmail.com>
Tue, 3 Apr 2012 21:40:51 +0000 (17:40 -0400)
doc/build/core/engines.rst

index a1066b1e6fc5d063eac75989c42c517be0691d57..aa2c1f29bdbafdf40cc8d66447ac53fe1f4213cb 100644 (file)
@@ -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