Skip to content

Commit

Permalink
codacy
Browse files Browse the repository at this point in the history
  • Loading branch information
samwaseda committed Mar 3, 2021
1 parent 6da8b67 commit 988d929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyiron_atomistics/atomistics/structure/neighbors.py
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ def __repr__(self):

@property
def chemical_symbols(self):
""" Returns chemical symbols of the neighboring atoms. """
"""Returns chemical symbols of the neighboring atoms."""
return self._ref_structure.get_chemical_symbols()[self.indices]

@property
Expand Down

0 comments on commit 988d929

Please sign in to comment.