Skip to content

Commit

Permalink
Update finite_diff.py
Browse files Browse the repository at this point in the history
minor changes
  • Loading branch information
derDavidT committed Jul 22, 2015
1 parent 2a8e55d commit 436b1e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sympy/calculus/finite_diff.py
Expand Up @@ -42,7 +42,7 @@ def finite_diff_weights(order, x_list, x0=S(0)):
nearest to farest from x0; see examples below.
x0: Number or Symbol
Root or value of the independent variable for which the finite
difference weights should be generated. Defaults to 0.0
difference weights should be generated. Defaults to S(0).
Returns
=======
Expand Down Expand Up @@ -201,7 +201,7 @@ def apply_finite_diff(order, x_list, y_list, x0=S(0)):
variable in x_list.
x0: Number or Symbol
At what value of the independent variable the derivative should be
evaluated. Defaults to 0.0.
evaluated. Defaults to S(0).
Returns
=======
Expand Down

0 comments on commit 436b1e8

Please sign in to comment.