Skip to content
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

MAINT: Fix the typo "implment" #18856

Merged
merged 1 commit into from
Apr 27, 2021
Merged

MAINT: Fix the typo "implment" #18856

merged 1 commit into from
Apr 27, 2021

Conversation

howjmay
Copy link
Contributor

@howjmay howjmay commented Apr 27, 2021

typo implment should be implement.

@howjmay howjmay changed the title fix: Fix the typo implment fix: Fix the typo "implment" Apr 27, 2021
@@ -1955,7 +1955,7 @@ PyArray_AddCastingImplementation_FromSpec(PyArrayMethod_Spec *spec, int private)
if (meth == NULL) {
return -1;
}
int res = PyArray_AddCastingImplmentation(meth);
int res = PyArray_AddCastingimpelmentation(meth);
Copy link
Contributor

Choose a reason for hiding this comment

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

You shouldn't change the capitalization of this

@@ -57,7 +57,7 @@ PyArray_FindConcatenationDescriptor(
npy_intp n, PyArrayObject **arrays, PyObject *requested_dtype);

NPY_NO_EXPORT int
PyArray_AddCastingImplmentation(PyBoundArrayMethodObject *meth);
PyArray_AddCastingimpelmentation(PyBoundArrayMethodObject *meth);
Copy link
Contributor

Choose a reason for hiding this comment

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

Same here. You can fix spellign w/o changing the capitalization.

Copy link
Member

Choose a reason for hiding this comment

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

It is still misspelled, should be "Implementation".

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done. Thank you for reviewing

@charris charris changed the title fix: Fix the typo "implment" MAINT: Fix the typo "implment" Apr 27, 2021
@charris charris merged commit 694f5c7 into numpy:main Apr 27, 2021
@charris
Copy link
Member

charris commented Apr 27, 2021

Thanks @howjmay .

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

Successfully merging this pull request may close these issues.

None yet

3 participants