-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Minor typo in the docstring of IdentityTransform
?
#6680
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
Comments
I think it should be |
Naive question: how do we know which milestone to target? Besides I opened the PR #6681 to fix the typo. As Travis & Co are green, I guess the next step is merging it, or is it expected to wait for someone else to review it? It's a one-character change in a docstring but I prefer asking. |
…string Fix #6680 (minor typo in IdentityTransform docstring)
@afvincent I merged #6681 now and backported it to the 2.x branch normally we try to avoid self merges but in this case I think it would be ok as the change is really small and @tacaswell has suggested the same change here |
There is no general rule for the mile stoning but as this is a very low risk change that fixes a clear typo it should clearly go in the bugfix release. It could have gone into 1.5.2 but I think @tacaswell is in the progress of tagging that now so I only backported it to 2.x |
Just pushed the 1.5.2 tag 😄 . |
@jenshnielsen Thanks for the explanations, it was more or less what I had understood. (BTW backporting the fix "only" to 2.x is perfectly fine to me.) |
In
transforms.py
, I'm wondering if there wouldn't be a minor typo in this docstring:Shouldn't it be something like
… that does on*e* thing,…
or… that does nothing,…
?The text was updated successfully, but these errors were encountered: