Skip to content

DOC: fixed EX03 errors in docstrings for pandas.Series.dt.day_name and pandas.Series.dt.day_name #56835

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

Merged
merged 1 commit into from
Jan 11, 2024

Conversation

roadrollerdafjorst
Copy link
Contributor

@roadrollerdafjorst roadrollerdafjorst commented Jan 11, 2024

Modified the docstrings to resolve EX03/flake8 errors for,

  • pandas.Series.dt.day_name
################################################################################
################################## Validation ##################################
################################################################################

4 Errors found for `pandas.Series.dt.day_name`:
        No extended summary found
        Parameters {'*args', '**kwargs'} not documented
        Unknown parameters {'locale'}
        See Also section not found
  • pandas.Series.str.len
################################################################################
################################## Validation ##################################
################################################################################

Docstring for "pandas.Series.str.len" correct. :)

@mroeschke mroeschke added the Docs label Jan 11, 2024
@mroeschke mroeschke added this to the 3.0 milestone Jan 11, 2024
@mroeschke mroeschke merged commit 0ad26c6 into pandas-dev:main Jan 11, 2024
@mroeschke
Copy link
Member

Thanks @roadrollerdafjorst

pmhatre1 pushed a commit to pmhatre1/pandas-pmhatre1 that referenced this pull request May 7, 2024
…and `pandas.Series.dt.day_name` (pandas-dev#56835)

resolve flake8 errors
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants