Skip to content

Commit 7f70ffd

Browse files
committed
Fix title of functions for active galaxies
1 parent d0b5aef commit 7f70ffd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

skypy/galaxies/stellar_mass.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def schechter_smf_mass(redshift, alpha, m_star, m_min, m_max, size=None,
8181

8282

8383
def schechter_smf_phi_centrals(phi_blue_total, fsatellite):
84-
r'''Schechter amplitude of centrals.
84+
r'''Schechter amplitude of central galaxies.
8585
This function returns the Schechter mass function amplitude
8686
for active central population based on equation (15)
8787
in de la Bella et al. 2021 [1]_.
@@ -114,7 +114,7 @@ def schechter_smf_phi_centrals(phi_blue_total, fsatellite):
114114

115115

116116
def schechter_smf_phi_satellites(phi_centrals, fsatellite):
117-
r'''Schechter amplitude of satellites.
117+
r'''Schechter amplitude of satellite galaxies.
118118
This function returns the Schechter mass function amplitude
119119
for active satellite population based on equation (15)
120120
in de la Bella et al. 2021 [1]_.

0 commit comments

Comments
 (0)