-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DOC: fix PR01/SA01 errors for pandas.tseries.offsets.*.is_(month|quarter|year)_(end|start) #57630
Conversation
/preview |
Website preview of this PR available at: https://pandas.pydata.org/preview/pandas-dev/pandas/57630/ |
DateOffset.is_month_start | ||
DateOffset.is_month_end |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When browsing the preview, I notice these two methods are placed in both Properties and Methods sections.
Seems to be a mistake, so remove them here.
/preview |
Website preview of this PR available at: https://pandas.pydata.org/preview/pandas-dev/pandas/57630/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very nice PR @yuanx749, thanks a lot for working on this.
Thanks @yuanx749 |
…ter|year)_(end|start) (pandas-dev#57630) * Doc: fix PR01 errors for pandas.tseries.offsets.*.is_*_end/start * Clean
doc/source/whatsnew/vX.X.X.rst
file if fixing a bug or adding a new feature.