Skip to content

Commit 6000743

Browse files
committed
fix docstring of sinc
1 parent 1150554 commit 6000743

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

code/numpy/vector.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -571,8 +571,8 @@ MP_DEFINE_CONST_FUN_OBJ_1(vector_sin_obj, vector_sin);
571571
#endif
572572

573573
#if ULAB_NUMPY_HAS_SINC
574-
//| def sin(a: _ArrayLike) -> ulab.numpy.ndarray:
575-
//| """Computes the sine function"""
574+
//| def sinc(a: _ArrayLike) -> ulab.numpy.ndarray:
575+
//| """Computes the normalized sinc function"""
576576
//| ...
577577
//|
578578

0 commit comments

Comments
 (0)