From fbba461052ae6ebc43167ab69ad91cadb7914c83 Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Sat, 4 Apr 2020 08:17:00 -0700 Subject: [PATCH] =?UTF-8?q?Fix=20typo:=20occured=20=E2=86=92=20occurred?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- psycopg/cursor_type.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/psycopg/cursor_type.c b/psycopg/cursor_type.c index a7bd11b4..f2dd379a 100644 --- a/psycopg/cursor_type.c +++ b/psycopg/cursor_type.c @@ -318,7 +318,7 @@ _psyco_curs_merge_query_args(cursorObject *self, { PyObject *fquery; - /* if PyString_Format() return NULL an error occured: if the error is + /* if PyString_Format() return NULL an error occurred: if the error is a TypeError we need to check the exception.args[0] string for the values: