Skip to content

Commit 5061405

Browse files
committed
fix spelling
1 parent 9f7a874 commit 5061405

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-bindings/ulab/vector/__init__.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def tanh():
107107
"""Computes the hyperbolic tangent"""
108108
...
109109

110-
def vectorise(f, *, otypes=None):
110+
def vectorize(f, *, otypes=None):
111111
"""
112112
:param callable f: The function to wrap
113113
:param otypes: List of array types that may be returned by the function. None is intepreted to mean the return value is float.

0 commit comments

Comments
 (0)