summaryrefslogtreecommitdiff
path: root/lib/errorcodes.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/errorcodes.py')
-rw-r--r--lib/errorcodes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/errorcodes.py b/lib/errorcodes.py
index 9567201..e305de5 100644
--- a/lib/errorcodes.py
+++ b/lib/errorcodes.py
@@ -32,7 +32,7 @@ This module contains symbolic names for all PostgreSQL error codes.
def lookup(code, _cache={}):
"""Lookup an error code or class code and return its symbolic name.
- Raise :exc:`KeyError` if the code is not found.
+ Raise `KeyError` if the code is not found.
"""
if _cache:
return _cache[code]