Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
#23496 : (temp) revert order in rsolve recequadiff.tex test
Browse files Browse the repository at this point in the history
  • Loading branch information
mforets committed Sep 3, 2017
1 parent 018d753 commit 94af74b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sage/tests/french_book/recequadiff.py
Original file line number Diff line number Diff line change
Expand Up @@ -375,12 +375,12 @@
Sage example in ./recequadiff.tex, line 1197::
sage: from sympy import Function, Symbol, Integer
sage: from sympy import Function, Symbol
sage: u = Function('u'); n = Symbol('n', integer=True)
Sage example in ./recequadiff.tex, line 1208::
sage: f = u(n+2)-(3/2)*u(n+1)+(1/2)*u(n)
sage: f = u(n+2)-u(n+1)*(3/2)+u(n)*(1/2)
Sage example in ./recequadiff.tex, line 1214::
Expand Down

0 comments on commit 94af74b

Please sign in to comment.