8000 Remove unwanted blank line after Examples. · samuelsinayoko/pandas@2d0a3bb · GitHub
[go: up one dir, main page]

Skip to content

Commit 2d0a3bb

Browse files
Remove unwanted blank line after Examples.
1 parent 823862b commit 2d0a3bb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/core/frame.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1236,7 +1236,6 @@ def to_records(self, index=True, convert_datetime64=True):
12361236
12371237
Examples
12381238
--------
1239-
12401239
>>> df = pd.DataFrame({'A': [1, 2], 'B': [0.5, 0.75]},
12411240
... index=['a', 'b'])
12421241
>>> df

0 commit comments

Comments
 (0)
0