summaryrefslogtreecommitdiff
path: root/doc/src/module.rst
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2011-09-22 15:50:50 +0100
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2011-09-22 15:50:50 +0100
commit6c8051907c5577b13da24f825716d9283ea2641e (patch)
treebaaf855c54d299fd64ae514b32ad531b8a88078e /doc/src/module.rst
parentcd6e2cd8f24b5b6c4cb33831720dabce57af791a (diff)
downloadpsycopg2-6c8051907c5577b13da24f825716d9283ea2641e.tar.gz
Fixed doc blocks
Raise error with docutils 0.8.1. Probably docutils 0.7 was more lenient.
Diffstat (limited to 'doc/src/module.rst')
-rw-r--r--doc/src/module.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/src/module.rst b/doc/src/module.rst
index abe207f..fb70962 100644
--- a/doc/src/module.rst
+++ b/doc/src/module.rst
@@ -218,7 +218,9 @@ This is the exception inheritance layout:
Type Objects and Constructors
-----------------------------
-.. note:: This section is mostly copied verbatim from the |DBAPI|_
+.. note::
+
+ This section is mostly copied verbatim from the |DBAPI|_
specification. While these objects are exposed in compliance to the
DB API, Psycopg offers very accurate tools to convert data between Python
and PostgreSQL formats. See :ref:`adapting-new-types` and