]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
Fix typo in comment
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 21 Nov 2021 20:24:48 +0000 (21:24 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 21 Nov 2021 23:50:05 +0000 (00:50 +0100)
psycopg/psycopg/errors.py

index 9e25986d1d5550ed4f94c5c1d664ca87f2e87234..9054c31ecc0cbfd8ef744e70aa13bcf639209b9f 100644 (file)
@@ -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)