Skip to content

Two missing spaces in argmax, argmin docs #40871

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
Apr 11, 2021

Conversation

maciejkos
Copy link
Contributor

I fixed the missing space that made the documentation render "isthe" instead of "is the".

Before the change:

  • This isthe equivalent of the numpy.ndarray method argmax.
  • This isthe equivalent of the numpy.ndarray method argmin.

After the change:

  • This is the equivalent of the numpy.ndarray method argmax.

  • This is the equivalent of the numpy.ndarray method argmin.

  • closes #xxxx

  • tests added / passed

  • Ensure all linting tests pass, see here for how to run them

  • whatsnew entry

I fixed the missing space that made the documentation render "isthe" instead of "is the".

Before the change:
- This **isthe** equivalent of the numpy.ndarray method argmax.
- This **isthe** equivalent of the numpy.ndarray method argmin.

After the change:
- This **is the** equivalent of the numpy.ndarray method argmax.
- This **is the** equivalent of the numpy.ndarray method argmin.


- [ ] closes #xxxx
- [ ] tests added / passed
- [ ] Ensure all linting tests pass, see [here](https://pandas.pydata.org/pandas-docs/dev/development/contributing.html#code-standards) for how to run them
- [ ] whatsnew entry
Copy link
Member

@mroeschke mroeschke left a comment

Choose a reason for hiding this comment

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

Thanks. LGTM

@mroeschke mroeschke added the Docs label Apr 11, 2021
@mroeschke mroeschke added this to the 1.3 milestone Apr 11, 2021
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

@jreback
Copy link
Contributor

jreback commented Apr 11, 2021

merge on green

@mroeschke mroeschke merged commit 059e3dd into pandas-dev:master Apr 11, 2021
JulianWgs pushed a commit to JulianWgs/pandas that referenced this pull request Jul 3, 2021
I fixed the missing space that made the documentation render "isthe" instead of "is the".

Before the change:
- This **isthe** equivalent of the numpy.ndarray method argmax.
- This **isthe** equivalent of the numpy.ndarray method argmin.

After the change:
- This **is the** equivalent of the numpy.ndarray method argmax.
- This **is the** equivalent of the numpy.ndarray method argmin.


- [ ] closes #xxxx
- [ ] tests added / passed
- [ ] Ensure all linting tests pass, see [here](https://pandas.pydata.org/pandas-docs/dev/development/contributing.html#code-standards) for how to run them
- [ ] whatsnew entry
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.

4 participants