From d2fc4961a39fca05dfe8cc76b584308e2ac8f8d8 Mon Sep 17 00:00:00 2001 From: Thomas Hess <tux12345@justmail.de> Date: Wed, 26 Jul 2017 19:24:04 +0200 Subject: [PATCH] Fixed a typo in function documentation. --- pyopencl/cffi_cl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyopencl/cffi_cl.py b/pyopencl/cffi_cl.py index 51a82286..ea4d01a9 100644 --- a/pyopencl/cffi_cl.py +++ b/pyopencl/cffi_cl.py @@ -265,7 +265,7 @@ class _Common(object): @classmethod def from_int_ptr(cls, int_ptr_value, retain=True): """Constructs a :mod:`pyopencl` handle from a C-level pointer (given as - the integer *int_ptr_value*). If *retain* is *True* (the defauult) + the integer *int_ptr_value*). If *retain* is *True* (the default) :mod:`pyopencl` will call ``clRetainXXX`` on the provided object. If the previous owner of the object will *not* release the reference, *retain* should be set to *False*, to effectively transfer ownership to -- GitLab