Skip to content

Commit a0bf602

Browse files
nstarmanjobovy
authored andcommitted
Update TwoPowerTriaxialPotential.py
1 parent 911b53c commit a0bf602

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

galpy/potential/TwoPowerTriaxialPotential.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def __init__(
126126
return None
127127

128128
def _psi(self, m):
129-
"""\\psi(m) = -\\int_m^\\infty d m^2 \rho(m^2)"""
129+
r"""\psi(m) = -\int_{m^2}^\infty d m'^2 \rho(m'^2)"""
130130
if self.twominusalpha == 0.0:
131131
return (
132132
-2.0

0 commit comments

Comments
 (0)