Skip to content

Docs - Grammar fix #40377 #40381

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 2 commits into from
Mar 11, 2021
Merged

Conversation

Mayurji
Copy link
Contributor

@Mayurji Mayurji commented Mar 11, 2021

Reference Issue:
DOC: Slightly broken grammar for groupby.apply with fix #40377

Made the grammar change as raised in the issue.

@@ -328,7 +328,7 @@ class providing the base-class of operations.
engine : str, default None
* ``'cython'`` : Runs the function through C-extensions from cython.
* ``'numba'`` : Runs the function through JIT compiled code from numba.
* ``None`` : Defaults to ``'cython'`` or globally setting ``compute.use_numba``
* ``None`` : Defaults to ``'cython'`` or the globally setting ``compute.use_numba``
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
* ``None`` : Defaults to ``'cython'`` or the globally setting ``compute.use_numba``
* ``None`` : Defaults to ``'cython'`` or the global setting ``compute.use_numba``

Copy link
Contributor Author

@Mayurji Mayurji Mar 11, 2021

Choose a reason for hiding this comment

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

I've made the two commits with grammar fixes. Is it fixed now ?

@MarcoGorelli MarcoGorelli added this to the 1.3 milestone Mar 11, 2021
@MarcoGorelli
Copy link
Member

Sure, thanks @Mayurji !

@MarcoGorelli MarcoGorelli merged commit aac91f1 into pandas-dev:master Mar 11, 2021
@Mayurji
Copy link
Contributor Author

Mayurji commented Mar 11, 2021

Thank you @MarcoGorelli

sthagen added a commit to sthagen/pandas-dev-pandas that referenced this pull request Mar 11, 2021
@Mayurji Mayurji deleted the doc-fix-groupby-apply branch March 11, 2021 20:35
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.

DOC: Slightly broken grammar for groupby.apply with fix (good first doc issue?)
2 participants