Skip to content

Commit 58cefd6

Browse files
committed
Fix doc linting
1 parent fa6299d commit 58cefd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v1.1.0.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,7 @@ apply and applymap on ``DataFrame`` evaluates first row/column only once
638638
.. ipython:: python
639639
640640
In [1]: import pandas as pd
641-
...: df = pd.DataFrame({'a': [1,2], 'b': [3,6]})
641+
...: df = pd.DataFrame({'a': [1, 2], 'b': [3, 6]})
642642
...:
643643
644644
In [2]: df

0 commit comments

Comments
 (0)