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

Commit

Permalink
Removing uncessary ... in doctest.
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis Scrimshaw committed Aug 5, 2016
1 parent 1a5cf6b commit a080e1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/functions/special.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ def _eval_(self, n, m, theta, phi, **kwargs):
sage: spherical_harmonic(3,2,1,2*pi/3)
1/240*sqrt(30)*(-15*I*sqrt(7)*sqrt(3)
...- 15*sqrt(7))*cos(1)*sin(1)^2/sqrt(pi)
- 15*sqrt(7))*cos(1)*sin(1)^2/sqrt(pi)
"""
if n in ZZ and m in ZZ and n > -1:
if abs(m) > n:
Expand Down

0 comments on commit a080e1e

Please sign in to comment.