Skip to content

Commit

Permalink
DOC: fixes after #17503 and #17491 (#17541)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisvandenbossche authored and jreback committed Sep 17, 2017
1 parent 40e19bb commit 98f05eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/source/whatsnew/v0.21.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ New Behaviour:

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

.. ipython:: ipython
.. ipython:: python

d = {'a':[1], 'b':['b']}
df = pd.DataFrame(d)
Expand Down
2 changes: 1 addition & 1 deletion pandas/core/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -900,7 +900,7 @@ def tolist(self):
See Also
--------
numpy.tolist
numpy.ndarray.tolist
"""

if is_datetimelike(self):
Expand Down

0 comments on commit 98f05eb

Please sign in to comment.