Skip to content

Commit

Permalink
Improve doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
shyuep committed Mar 9, 2021
1 parent bfe7058 commit f02c081
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pymatgen/core/periodic_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,8 @@ def __init__(self, symbol: str):
.. attribute:: ionization_energies
List of ionization energies. First value is the first ionization energy, second is the second ionization
energy, etc.
energy, etc. Note that this is zero-based indexing! So Element.ionization_energies[0] refer to the 1st
ionization energy. Values are from the NIST Atomic Spectra Database. Missing values are None.
"""
self.symbol = "%s" % symbol
d = _pt_data[symbol]
Expand Down

0 comments on commit f02c081

Please sign in to comment.