From bad2fd720286aaabc5128230362cc11a91694070 Mon Sep 17 00:00:00 2001 From: Alexey Potapov Date: Thu, 14 Sep 2023 10:42:49 +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 55e6d867b..57e137faf 100644 --- a/python/hyperon/atoms.py +++ b/python/hyperon/atoms.py @@ -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):