Skip to content

Commit

Permalink
Merge pull request #9236 from Newman101/EulerPyTypoFix
Browse files Browse the repository at this point in the history
[skip ci] Typo fix to euler.py
  • Loading branch information
moorepants committed Apr 2, 2015
2 parents 2775005 + c6a6a6b commit 98459c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sympy/calculus/euler.py
Expand Up @@ -23,7 +23,7 @@ def euler_equations(L, funcs=(), vars=()):
\frac{\partial g(x,y)}{\partial y},x,y\right)
In many cases it is not necessary to provide anything, except the
Lagrangian, it will be autodetected (and an error raised if this
Lagrangian, it will be auto-detected (and an error raised if this
couldn't be done).
funcs : Function or an iterable of Functions
Expand Down

0 comments on commit 98459c5

Please sign in to comment.