-
-
Notifications
You must be signed in to change notification settings - Fork 26.2k
docs: minor typos fixed #31945
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
docs: minor typos fixed #31945
Conversation
@@ -289,7 +289,7 @@ def test_check_array_links_to_imputer_doc_only_for_X(input_name, retype): | |||
assert extended_msg not in ctx.value.args[0] | |||
|
|||
if input_name == "X": | |||
# Veriy that _validate_data is automatically called with the right argument | |||
# Verfiy that _validate_data is automatically called with the right argument |
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.
From the Github action:
# Verfiy that _validate_data is automatically called with the right argument | |
# Verify that _validate_data is automatically called with the right argument |
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.
Hey @thomasjpfan, updated the PR now. Should be good to go
@maitreytalware while you are at it can you do the PyPi => PyPI replacement in line 3 of the README? Note: it seems like rst doesn't care about the inconsistency since the PyPI badge is still shown, or maybe GitHub does the right thing not sure ... Edit: Apparently from the rst doc for substitutions:
|
@lesteve, the PR was merged yesterday. I can add it as todo for my next PR or we can make issue |
Co-authored-by: Work <Work@Maitreys-MacBook-Pro.local>
Yes I know. I was suggesting you open a new PR to fix it if you feel like it 🙏! |
Minor typos fixed