summaryrefslogtreecommitdiff
path: root/demos
diff options
context:
space:
mode:
authorlilinjie <lilinjie@uniontech.com>2023-01-04 12:49:46 +0000
committerChris Liddell <chris.liddell@artifex.com>2023-01-04 15:09:44 +0000
commit4f2a4e4e9e6f04317234bf8ae3c9787fa1cec8f0 (patch)
treec2e383a745e73c620b24bc595c6c207eec37b9df /demos
parent87abcc1bcdb40b1c82b6e9a6972b55b831f42c2b (diff)
downloadghostpdl-4f2a4e4e9e6f04317234bf8ae3c9787fa1cec8f0.tar.gz
Fix comment typo
Diffstat (limited to 'demos')
-rwxr-xr-xdemos/python/gsapi.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/python/gsapi.py b/demos/python/gsapi.py
index a39076498..93f7ef5a3 100755
--- a/demos/python/gsapi.py
+++ b/demos/python/gsapi.py
@@ -156,7 +156,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()