-
-
Notifications
You must be signed in to change notification settings - Fork 720
Fix typo "sage.ring" in docstrings #38215
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
Conversation
The correct module path is "sage.rings" instead of "sage.ring". In sage/modular/pollack_stevens/padic_lseries.py and in sage/structure/factory.pyx the typo prevents doctests from being run. In sage/rings/polynomial/padics/polynomial_padic.py the typo is merely cosmetic.
dcoudert
left a comment
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.
LGTM.
|
Documentation preview for this PR (built with commit d08315f; changes) is ready! 🎉 |
|
The failure occurs while running "sage -t --long src/sage/rings/tests.py". Perhaps the timeout failure while testing src/sage/rings/tests.py was just by chance, and a re-run of the test might be successful? |
sagemathgh-38215: Fix typo "sage.ring" in docstrings The correct module path is "sage.rings" instead of "sage.ring". In sage/modular/pollack_stevens/padic_lseries.py and in sage/structure/factory.pyx the typo prevents doctests from being run because the "needs" requirement canot be fulfilled. In sage/rings/polynomial/padics/polynomial_padic.py the typo is merely cosmetic. See brief [discussion in Sage Support Group](https://groups.google.com/g/sage-support/c/Msx0QJF7rpA) ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> / - [x] The title is concise and informative. - [x] The description explains in detail what this PR is about. - [x] I have linked a relevant issue or discussion. - [ ] I have created tests covering the changes. - [ ] I have updated the documentation and checked the documentation preview. ### ⌛ Dependencies <!-- List all open PRs that this PR logically depends on. For example, --> <!-- - sagemath#12345: short description why this is a dependency --> <!-- - sagemath#34567: ... --> URL: sagemath#38215 Reported by: Jens-Erik Riedel Reviewer(s): David Coudert, Julian Rüth
sagemathgh-38215: Fix typo "sage.ring" in docstrings The correct module path is "sage.rings" instead of "sage.ring". In sage/modular/pollack_stevens/padic_lseries.py and in sage/structure/factory.pyx the typo prevents doctests from being run because the "needs" requirement canot be fulfilled. In sage/rings/polynomial/padics/polynomial_padic.py the typo is merely cosmetic. See brief [discussion in Sage Support Group](https://groups.google.com/g/sage-support/c/Msx0QJF7rpA) ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> / - [x] The title is concise and informative. - [x] The description explains in detail what this PR is about. - [x] I have linked a relevant issue or discussion. - [ ] I have created tests covering the changes. - [ ] I have updated the documentation and checked the documentation preview. ### ⌛ Dependencies <!-- List all open PRs that this PR logically depends on. For example, --> <!-- - sagemath#12345: short description why this is a dependency --> <!-- - sagemath#34567: ... --> URL: sagemath#38215 Reported by: Jens-Erik Riedel Reviewer(s): David Coudert, Julian Rüth
The correct module path is "sage.rings" instead of "sage.ring".
In sage/modular/pollack_stevens/padic_lseries.py and in sage/structure/factory.pyx the typo prevents doctests from being run because the "needs" requirement canot be fulfilled.
In sage/rings/polynomial/padics/polynomial_padic.py the typo is merely cosmetic.
See brief discussion in Sage Support Group
📝 Checklist
/
⌛ Dependencies