Skip to content

DOC: Fix column alignment in df.mul docstring #50637

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 9, 2023

Conversation

smij720
Copy link
Contributor

@smij720 smij720 commented Jan 9, 2023

  • closes #xxxx (Replace xxxx with the GitHub issue number)
  • Tests added and passed if fixing a bug or adding a new feature
  • All code checks passed.
  • Added type annotations to new arguments/methods/functions.
  • Added an entry in the latest doc/source/whatsnew/vX.X.X.rst file if fixing a bug or adding a new feature.

Found an alignment issue in the documentation that was due to a few tabs being in there. Changing them to spaces fixes the issue.

Before this pull request:
(Screenshot taken from https://pandas.pydata.org/docs/dev/reference/api/pandas.DataFrame.add.html)
image

After this pull request:
(Screenshot taken from docs built locally)
image

@smij720
Copy link
Contributor Author

smij720 commented Jan 9, 2023

Hi all - first-timer here. Thanks for reviewing and for any feedback!

@phofl phofl added the Docs label Jan 9, 2023
@phofl phofl added this to the 2.0 milestone Jan 9, 2023
Copy link
Member

@phofl phofl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@phofl phofl merged commit b513776 into pandas-dev:main Jan 9, 2023
@phofl
Copy link
Member

phofl commented Jan 9, 2023

thx @smij720

@smij720 smij720 deleted the df-mul-docstring-column-alignment branch November 27, 2023 00:21
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