### Pandas version checks - [x] I have checked that the issue still exists on the latest versions of the docs on `main` [here](https://pandas.pydata.org/docs/dev/) ### Location of the documentation https://pandas.pydata.org/docs/dev/reference/api/pandas.cut.html ### Documentation problem - in the definition, we have `duplicates: str = "raise",` - in the docstring, we have `duplicates : {default 'raise', 'drop'}, optional`, suggesting defaulting to `None` ### Suggested fix for documentation `duplicates : {'raise', 'drop'}, default 'raise'`