Skip to content

Commit

Permalink
Remove stray white space.
Browse files Browse the repository at this point in the history
  • Loading branch information
shyuep committed Aug 25, 2019
1 parent 5d24711 commit bb1b3cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymatgen/core/composition.py
Expand Up @@ -770,7 +770,7 @@ def add_charges_from_oxi_state_guesses(self,
def remove_charges(self):
"""
Removes the charges from any species in a Composition object.
Returns:
Composition object without charge decoration, for example
{"Fe3+": 2.0, "O2-":3.0} becomes {"Fe": 2.0, "O":3.0}
Expand Down

0 comments on commit bb1b3cd

Please sign in to comment.