Skip to content

Commit

Permalink
Update python/hyperon/atoms.py
Browse files Browse the repository at this point in the history
Co-authored-by: luketpeterson <[email protected]>
  • Loading branch information
Necr0x0Der and luketpeterson authored Sep 14, 2023
1 parent 8a60a07 commit bad2fd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/hyperon/atoms.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def __init__(self, catom):
super().__init__(catom)

def get_name(self):
"""Renders the name of the Atom into a text buffer."""
"""Returns the name of the Atom."""
return hp.atom_get_name(self.catom)

def V(name):
Expand Down

0 comments on commit bad2fd7

Please sign in to comment.