Skip to content

Commit d04aee0

Browse files
committed
Add a link to numpy doc
1 parent 31a3a7f commit d04aee0

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

dpnp/linalg/dpnp_iface_linalg.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,14 +110,12 @@
110110
LinAlgError.__doc__ = """
111111
Generic Python-exception-derived object raised by LinAlg functions.
112112
113+
For full documentation refer to :obj:`numpy.linalg.LinAlgError`.
114+
113115
General purpose exception class, derived from Python's ``ValueError`` class,
114116
programmatically raised in LinAlg functions when a Linear Algebra-related
115117
condition would prevent further correct execution of the function.
116118
117-
Parameters
118-
----------
119-
None
120-
121119
Examples
122120
--------
123121
>>> import dpnp as np

0 commit comments

Comments
 (0)