Skip to content

Commit

Permalink
Fix typo in docs (#2588)
Browse files Browse the repository at this point in the history
Co-authored-by: Jeffrey Reep <reep@atrcw17.ifa.hawaii.edu>
  • Loading branch information
jwreep and Jeffrey Reep committed Mar 19, 2024
1 parent 270478a commit 486e033
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog/2588.doc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix typo in description of `~plasmapy.formulary.densities.mass_density`.
2 changes: 1 addition & 1 deletion plasmapy/formulary/densities.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def mass_density(
z_ratio : `int`, `float`, optional
The ratio of the charge numbers corresponding to the plasma species
represented by ``density`` and the ``particle``. For example, if the
given ``density`` is and electron density and ``particle`` is doubly
given ``density`` is an electron density and ``particle`` is doubly
ionized ``He``, then ``z_ratio = -0.5``. Default is ``1``.
Raises
Expand Down

0 comments on commit 486e033

Please sign in to comment.