Skip to content

Commit 698b4ec

Browse files
Update tile.py
Deleting whitespace.
1 parent b6bf401 commit 698b4ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tools/tile.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ def qcut(x, q, labels=None, retbins=False, precision=3, duplicates='raise'):
153153
The precision at which to store and display the bins labels
154154
duplicates : {default 'raise', 'drop'}, optional
155155
If bin edges are not unique, raise ValueError or drop non-uniques.
156-
156+
157157
.. versionadded:: 0.20.0
158158
159159
Returns

0 commit comments

Comments
 (0)