diff --git a/python/hyperon/atoms.py b/python/hyperon/atoms.py index b33a7113a..55e6d867b 100644 --- a/python/hyperon/atoms.py +++ b/python/hyperon/atoms.py @@ -67,7 +67,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 S(name):