Skip to content

Commit a410a3e

Browse files
author
Release Manager
committed
gh-41102: Hypergeometric Functions We changed DE to differential equation ### 📝 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. - [ ] 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, --> <!-- - #12345: short description why this is a dependency --> <!-- - #34567: ... --> URL: #41102 Reported by: FloFuer Reviewer(s): Martin Rubey
2 parents 0b0b447 + 9428f1b commit a410a3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/functions/hypergeometric.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -947,7 +947,7 @@ class Hypergeometric_M(BuiltinFunction):
947947
zy'' + (b-z)y' - ay = 0.
948948
949949
This is not the same as Kummer's `U`-hypergeometric function, though it
950-
satisfies the same DE that `M` does.
950+
satisfies the same differential equation that `M` does.
951951
952952
.. warning::
953953

0 commit comments

Comments
 (0)