Skip to content

Commit

Permalink
[ENH] Minor docstring addition
Browse files Browse the repository at this point in the history
  • Loading branch information
dutta-alankar committed Sep 3, 2023
1 parent 1e1e9ec commit c3523b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions astro_plasma/core/ionization.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ def interpolate_num_dens(
The default is 'PIE'.
part_type : str, optional
The type of the particle requested.
Currently available options: all, electron, ion
Currently available options: all, electron, ion, neutral
The default is 'electron'.
element : int, optional
Atomic number of the element. The default is 2.
Expand Down Expand Up @@ -384,7 +384,7 @@ def interpolate_mu(
The default is 'PIE'.
part_type : str, optional
The type of the particle requested.
Currently available options: all, electron, ion
Currently available options: all, electron, ion, neutral
The default is 'all'.
Returns
Expand Down

0 comments on commit c3523b3

Please sign in to comment.