From 2dc2b6b99faa60c94c3817592b74045e70548d4a Mon Sep 17 00:00:00 2001 From: lilinjie Date: Wed, 4 Jan 2023 19:00:23 +0800 Subject: [PATCH] fix typo Signed-off-by: lilinjie --- demos/python/gsapi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/python/gsapi.py b/demos/python/gsapi.py index 4d405a5e28..17e4afec65 100755 --- a/demos/python/gsapi.py +++ b/demos/python/gsapi.py @@ -154,7 +154,7 @@ def gsapi_new_instance(caller_handle=None): caller_handle: Typically unused, but is passed to callbacks e.g. via - gsapi_set_stdio(). Must be convertable to a C void*, so None or an + gsapi_set_stdio(). Must be convertible to a C void*, so None or an integer is ok but other types such as strings will fail. ''' instance = ctypes.c_void_p()