summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2017-10-19 02:16:27 +0100
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2017-10-19 02:28:52 +0100
commitf1461d2d7ed1beff28c37d24b02d4e35c81b2d83 (patch)
tree4682c12461310a77251c9f024aca3d543748d1e5 /doc/src
parent582fd95986789ef30c879219ec9b07a7802b05dd (diff)
downloadpsycopg2-f1461d2d7ed1beff28c37d24b02d4e35c81b2d83.tar.gz
Parse PG 10 error codes from final version
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/errorcodes.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/errorcodes.rst b/doc/src/errorcodes.rst
index ed40b1f..f5f2fa8 100644
--- a/doc/src/errorcodes.rst
+++ b/doc/src/errorcodes.rst
@@ -50,7 +50,7 @@ An example of the available constants defined in the module:
'42P01'
Constants representing all the error values defined by PostgreSQL versions
-between 8.1 and 10 beta 1 are included in the module.
+between 8.1 and 10 are included in the module.
.. autofunction:: lookup(code)