Skip to content

Commit 5dbf807

Browse files
committed
DOC: fix references [skip actions][skip azp][skip cirrus]
1 parent 05cb05e commit 5dbf807

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/source/user/how-to-io.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ created with NumPy 1.26.
327327
Convert from a pandas DataFrame to a NumPy array
328328
================================================
329329

330-
See :meth:`pandas.DataFrame.to_numpy`.
330+
See :meth:`pandas.Series.to_numpy`.
331331

332332
Save/restore using `~numpy.ndarray.tofile` and `~numpy.fromfile`
333333
================================================================

numpy/_core/records.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ def fromarrays(arrayList, dtype=None, shape=None, formats=None,
583583
``arrayList[0]``.
584584
formats, names, titles, aligned, byteorder :
585585
If `dtype` is ``None``, these arguments are passed to
586-
`numpy.format_parser` to construct a dtype. See that function for
586+
`numpy.rec.format_parser` to construct a dtype. See that function for
587587
detailed documentation.
588588
589589
Returns

0 commit comments

Comments
 (0)