diff --git a/pandas/core/reshape/tile.py b/pandas/core/reshape/tile.py index 2f65edb427245..3cd9d3ef84a70 100644 --- a/pandas/core/reshape/tile.py +++ b/pandas/core/reshape/tile.py @@ -344,6 +344,7 @@ def qcut( Notes ----- Out of bounds values will be NA in the resulting Categorical object + Reference :ref:`the user guide ` for more examples. Examples --------