Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitea3e310

Browse files
committed
Fix message case
1 parent04f1798 commitea3e310

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
returnNULL;
471471
}
472472

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp