From 955fd839018fe10650519c8ff95607f78d22baeb Mon Sep 17 00:00:00 2001 From: Alexey Potapov Date: Thu, 14 Sep 2023 10:44:53 +0300 Subject: [PATCH] Update python/hyperon/base.py Co-authored-by: luketpeterson <36806965+luketpeterson@users.noreply.github.com> --- python/hyperon/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/hyperon/base.py b/python/hyperon/base.py index 624d79f81..f5f2693f9 100644 --- a/python/hyperon/base.py +++ b/python/hyperon/base.py @@ -328,7 +328,7 @@ def register_token(self, regex, constr): class SExprParser: """ A class responsible for parsing S-expressions (Symbolic Expressions). - This class wraps around a CSExprParser object from the core library. + This class wraps around a SExprParser object from the core library. """ def __init__(self, text):