Skip to content

Commit 98f05eb

Browse files
jorisvandenbosschejreback
authored andcommitted
DOC: fixes after #17503 and #17491 (#17541)
1 parent 40e19bb commit 98f05eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/source/whatsnew/v0.21.0.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ New Behaviour:
215215

216216
Furthermore this will now correctly box the results of iteration for :func:`DataFrame.to_dict` as well.
217217

218-
.. ipython:: ipython
218+
.. ipython:: python
219219

220220
d = {'a':[1], 'b':['b']}
221221
df = pd.DataFrame(d)

pandas/core/base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -900,7 +900,7 @@ def tolist(self):
900900
901901
See Also
902902
--------
903-
numpy.tolist
903+
numpy.ndarray.tolist
904904
"""
905905

906906
if is_datetimelike(self):

0 commit comments

Comments
 (0)