From: Daniele Varrazzo Date: Sun, 21 Nov 2021 20:24:48 +0000 (+0100) Subject: Fix typo in comment X-Git-Tag: 3.0.5~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd88cce60c44d4f64d8107b48e28d9b7e05aa0ca;p=thirdparty%2Fpsycopg.git Fix typo in comment --- diff --git a/psycopg/psycopg/errors.py b/psycopg/psycopg/errors.py index 9e25986d1..9054c31ec 100644 --- a/psycopg/psycopg/errors.py +++ b/psycopg/psycopg/errors.py @@ -359,7 +359,7 @@ def sqlcode( _sqlcodes: Dict[str, Type[Error]] = {} -# Classes generated by toosls/update_errors.py +# Classes generated by tools/update_errors.py # autogenerated: start # Class 02 - No Data (this is also a warning class per the SQL standard)