Skip to content

Commit

Permalink
Update tile.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ashishsingal1 committed Dec 28, 2016
1 parent a2dd8ce commit 0b8efeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pandas/tools/tile.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@ def qcut(x, q, labels=None, retbins=False, precision=3, duplicates='raise'):
as a scalar.
precision : int
The precision at which to store and display the bins labels
duplicates : {'raise', 'drop'}, optional
If binned edges are not unique, raise ValueError or drop non-uniques.
duplicates : {'raise', 'drop'}, optional
If binned edges are not unique, raise ValueError or drop non-uniques.
Returns
-------
Expand Down

0 comments on commit 0b8efeb

Please sign in to comment.