From 8a60a07a9827e4792e60449b0bbf1adf8247a06f Mon Sep 17 00:00:00 2001 From: Alexey Potapov Date: Thu, 14 Sep 2023 10:42:40 +0300 Subject: [PATCH] Update python/hyperon/atoms.py Co-authored-by: luketpeterson <36806965+luketpeterson@users.noreply.github.com> --- python/hyperon/atoms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):