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 1a854eb commit ecabfa7
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 @@ -139,7 +139,7 @@ def __init__(self, catom):
super().__init__(catom)

def get_object(self):
"""Gets the GroundedAtom object, or the space wrapped inside a GroundedAtom"""
"""Returns the GroundedAtom object, or the Space wrapped inside a GroundedAtom"""
from .base import SpaceRef
if self.get_grounded_type() == AtomType.GROUNDED_SPACE:
return SpaceRef._from_cspace(hp.atom_get_space(self.catom))
Expand Down

0 comments on commit ecabfa7

Please sign in to comment.