Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion demos/python/gsapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down