diff options
author | Jonathan Deng <jonathan.j.deng@gmail.com> | 2022-03-03 20:32:45 -0500 |
---|---|---|
committer | Jonathan Deng <jonathan.j.deng@gmail.com> | 2022-03-03 20:32:45 -0500 |
commit | 9e646b69d0bda628dba1a84da4346c6a8d69fcb4 (patch) | |
tree | 5c0c06ab36166f1f9fef093818df7f45c533e76d /doc/source/reference/routines.emath.rst | |
parent | 5d1d0d6e6c3a4ed10040a05613aadd0da745d01d (diff) | |
download | numpy-9e646b69d0bda628dba1a84da4346c6a8d69fcb4.tar.gz |
DOC: Fix missing lib.scimath module reference
Diffstat (limited to 'doc/source/reference/routines.emath.rst')
-rw-r--r-- | doc/source/reference/routines.emath.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/reference/routines.emath.rst b/doc/source/reference/routines.emath.rst index 2faf75fb3..de014e4d8 100644 --- a/doc/source/reference/routines.emath.rst +++ b/doc/source/reference/routines.emath.rst @@ -3,7 +3,7 @@ Mathematical functions with automatic domain .. currentmodule:: numpy -.. note:: :mod:`numpy.emath` is a preferred alias for `numpy.lib.scimath`, +.. note:: :mod:`numpy.emath` is a preferred alias for ``numpy.lib.scimath``, available after :mod:`numpy` is imported. .. automodule:: numpy.emath |