summarylogtreecommitdiffstats
path: root/sagemath-sympy-1.6.patch
diff options
context:
space:
mode:
Diffstat (limited to 'sagemath-sympy-1.6.patch')
-rw-r--r--sagemath-sympy-1.6.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/sagemath-sympy-1.6.patch b/sagemath-sympy-1.6.patch
index b1e4258b8173..c114f4714d65 100644
--- a/sagemath-sympy-1.6.patch
+++ b/sagemath-sympy-1.6.patch
@@ -48,7 +48,7 @@ diff --git a/src/sage/symbolic/relation.py b/src/sage/symbolic/relation.py
index 028f628797..d252434d52 100644
--- a/src/sage/symbolic/relation.py
+++ b/src/sage/symbolic/relation.py
-@@ -914,7 +914,8 @@ def solve(f, *args, **kwds):
+@@ -913,7 +913,8 @@ def solve(f, *args, **kwds):
print them::
sage: solve(sinh(x) - 2*cosh(x),x,algorithm='sympy')