From 3c76346244543e87ff6d570140b9eedc10363661 Mon Sep 17 00:00:00 2001 From: jmcb Date: Sat, 24 Feb 2024 22:57:29 +0000 Subject: [PATCH] Fix typo in example (#543) --- examples/fourFn.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/fourFn.py b/examples/fourFn.py index e448fbb8..ebf3bd6d 100644 --- a/examples/fourFn.py +++ b/examples/fourFn.py @@ -6,7 +6,7 @@ # Extended test cases, simplified pushFirst method. # Removed unnecessary expr.suppress() call (thanks Nathaniel Peterson!), and added Group # Changed fnumber to use a Regex, which is now the preferred method -# Reformatted to latest pypyparsing features, support multiple and variable args to functions +# Reformatted to latest pyparsing features, support multiple and variable args to functions # # Copyright 2003-2019 by Paul McGuire #