Skip to content

Commit f4412cc

Browse files
committed
Resolved a warning: term not in glossary: 'universal function'
1 parent 12df230 commit f4412cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/reference/ndarray.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ Each of the arithmetic operations (``+``, ``-``, ``*``, ``/``, ``//``,
231231
``%``, ``divmod()``, ``**`` or ``pow()``, ``<<``, ``>>``, ``&``,
232232
``^``, ``|``, ``~``) and the comparisons (``==``, ``<``, ``>``,
233233
``<=``, ``>=``, ``!=``) is equivalent to the corresponding
234-
:term:`universal function` (or :term:`ufunc` for short) in DPNP. For
234+
universal function (or :term:`ufunc` for short) in DPNP. For
235235
more information, see the section on :ref:`Universal Functions
236236
<ufuncs>`.
237237

0 commit comments

Comments
 (0)