Skip to content

Commit 8af77cb

Browse files
committed
ulab: docs: Fix markup error
1 parent 5061405 commit 8af77cb

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
@@ -112,7 +112,7 @@ def vectorize(f, *, otypes=None):
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.
114114
115-
Wrap a Python function `f` so that it can be applied to arrays.
115+
Wrap a Python function ``f`` so that it can be applied to arrays.
116116
117117
The callable must return only values of the types specified by otypes, or the result is undefined."""
118118
...

0 commit comments

Comments
 (0)