8000 DOC: Fix reference `ComplexWarning` in release note (#23914) · numpy/numpy@eb7f8ac · GitHub
[go: up one dir, main page]

Skip to content

Commit eb7f8ac

Browse files
authored
DOC: Fix reference ComplexWarning in release note (#23914)
* DOC: Fix reference `ComplexWarning` in release note * DOC: Fixup
1 parent 19f86c3 commit eb7f8ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/release/1.5.0-notes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ New features
3535
Warning on casting complex to real
3636
----------------------------------
3737

38-
Numpy now emits a `numpy.ComplexWarning` when a complex number is cast
38+
Numpy now emits a ``numpy.ComplexWarning`` when a complex number is cast
3939
into a real number. For example:
4040

4141
>>> x = np.array([1,2,3])

0 commit comments

Comments
 (0)
0