From 3412030205211079f9b0510e2244083e4ee7b15a Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Mon, 17 Jun 2019 16:13:16 +0900 Subject: Fix more typos and inconsistencies in the tree Author: Alexander Lakhin Discussion: https://postgr.es/m/0a5419ea-1452-a4e6-72ff-545b1a5a8076@gmail.com --- contrib/jsonb_plpython/jsonb_plpython.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/jsonb_plpython/jsonb_plpython.c') diff --git a/contrib/jsonb_plpython/jsonb_plpython.c b/contrib/jsonb_plpython/jsonb_plpython.c index ea8fd5b3e68..776cf7c8b9b 100644 --- a/contrib/jsonb_plpython/jsonb_plpython.c +++ b/contrib/jsonb_plpython/jsonb_plpython.c @@ -133,7 +133,7 @@ PLyObject_FromJsonbValue(JsonbValue *jsonbValue) } /* - * PLyObject_FromJsonb + * PLyObject_FromJsonbContainer * * Transform JsonbContainer to PyObject. */ -- cgit v1.2.3