Skip to content

Commit

Permalink
sympy/simplify: Reindent docstring of sqrtdenest()
Browse files Browse the repository at this point in the history
The References section of the sqrtdenest() docstring wasn't rendering
correctly in Sphinx documentation; fix this by indenting it correctly.
This also fixes a warning thrown by Sphinx.
  • Loading branch information
vperic committed Feb 3, 2012
1 parent 80727f3 commit 0d57bf0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sympy/simplify/sqrtdenest.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,9 @@ def sqrtdenest(expr, max_iter=3):
References
==========
[1] http://www.almaden.ibm.com/cs/people/fagin/symb85.pdf
[2] D. J. Jeffrey and A. D. Rich, 'Symplifying Square Roots of Square Roots
by Denesting' (available at http://www.cybertester.com/data/denest.pdf)
by Denesting' (available at http://www.cybertester.com/data/denest.pdf)
"""
expr = expand_mul(sympify(expr))
Expand Down

0 comments on commit 0d57bf0

Please sign in to comment.