Skip to content

Commit

Permalink
Trac #20195: Minor documentation bug in limit
Browse files Browse the repository at this point in the history
The `dir='above'` option for `limit` has been deprecated since #9200,
but the first example in the docstring still uses it, instead of
`dir='+'`.

URL: http://trac.sagemath.org/20195
Reported by: embray
Ticket author(s): Eric Bray
Reviewer(s): Frédéric Chapoton
  • Loading branch information
Release Manager authored and vbraun committed Apr 26, 2016
2 parents 4df5b8d + ea0ddab commit c4f5db9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/calculus/calculus.py
Original file line number Diff line number Diff line change
Expand Up @@ -987,7 +987,7 @@ def limit(ex, dir=None, taylor=False, algorithm='maxima', **argv):
::
expr.limit(x = a)
expr.limit(x = a, dir='above')
expr.limit(x = a, dir='+')
INPUT:
Expand Down

0 comments on commit c4f5db9

Please sign in to comment.