From b3fccab4794814c0566932061873f001a7a2110a Mon Sep 17 00:00:00 2001 From: fazalpsinfo-cmyk Date: Tue, 21 Jul 2026 15:54:22 +0530 Subject: [PATCH] Fix typo: 'definiton' -> 'definition' in GPy/kern/src/kern.py --- GPy/kern/src/kern.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GPy/kern/src/kern.py b/GPy/kern/src/kern.py index 92b41e25..73c1c7bd 100644 --- a/GPy/kern/src/kern.py +++ b/GPy/kern/src/kern.py @@ -13,7 +13,7 @@ class Kern(Parameterized): #=========================================================================== # This adds input slice support. The rather ugly code for slicing can be # found in kernel_slice_operations - # __meataclass__ is ignored in Python 3 - needs to be put in the function definiton + # __meataclass__ is ignored in Python 3 - needs to be put in the function definition # __metaclass__ = KernCallsViaSlicerMeta # Here, we use the Python module six to support Py3 and Py2 simultaneously #===========================================================================