Skip to content

Commit

Permalink
Merge pull request astropy#10307 from allardbrain/fix/sersic2d-docs
Browse files Browse the repository at this point in the history
Revise incorrect equation docs in Sersic2D class
  • Loading branch information
bsipocz authored May 5, 2020
2 parents a26a661 + 7a833f8 commit 2511c48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astropy/modeling/functional_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -2390,7 +2390,7 @@ class Sersic2D(Fittable2DModel):
.. math::
\Gamma(2n) = 2\gamma (b_n,2n)
\Gamma(2n) = 2\gamma (2n,b_n)
Examples
--------
Expand Down

0 comments on commit 2511c48

Please sign in to comment.