Skip to content

Commit cc3dc65

Browse files
fix typo in docstring
1 parent 8500277 commit cc3dc65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel_tuner/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ class DeviceInterface(object):
197197
def __init__(self, kernel_source, device=0, platform=0, quiet=False, compiler=None, compiler_options=None, iterations=7, observers=None):
198198
""" Instantiate the DeviceInterface, based on language in kernel source
199199
200-
:param kernel_source The kernel sources
200+
:param kernel_source: The kernel sources
201201
:type kernel_source: kernel_tuner.core.KernelSource
202202
203203
:param device: CUDA/OpenCL device to use, in case you have multiple

0 commit comments

Comments
 (0)