Fix typo: 'definiton' -> 'definition' in GPy/kern/src/kern.py

This commit is contained in:
fazalpsinfo-cmyk 2026-07-21 15:54:22 +05:30
parent 38bffb154c
commit b3fccab479

View file

@ -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
#===========================================================================