Skip to content

Commit ea3e310

Browse files
committed
Fix message case
1 parent 04f1798 commit ea3e310

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pl/plpython/plpy_plpymodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ PLy_output(volatile int level, PyObject *self, PyObject *args, PyObject *kw)
466466
/* the message should not be overwritten */
467467
if (PyTuple_Size(args) != 0)
468468
{
469-
PLy_exception_set(PyExc_TypeError, "Argument 'message' given by name and position");
469+
PLy_exception_set(PyExc_TypeError, "argument 'message' given by name and position");
470470
return NULL;
471471
}
472472

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy