diff options
author | luzpaz <luzpaz@users.noreply.github.com> | 2021-05-14 11:32:47 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-14 10:32:47 -0500 |
commit | 5353ccdd7026a7eeaa77029102f8c0043553ebd3 (patch) | |
tree | afabf8efc9e0036e1a6903479cac8d7faaf23724 /tests/json_parser_tests.py | |
parent | d27fd7627f3ed60b3b7a9e9f5e790d0e49107359 (diff) | |
download | pyparsing-git-5353ccdd7026a7eeaa77029102f8c0043553ebd3.tar.gz |
Fix misc. documentation typos (#280)
Found via `codespell -q 3 -L ba,fourty,halp,inout,strng`
Diffstat (limited to 'tests/json_parser_tests.py')
-rw-r--r-- | tests/json_parser_tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/json_parser_tests.py b/tests/json_parser_tests.py index a5779ba..1b8c058 100644 --- a/tests/json_parser_tests.py +++ b/tests/json_parser_tests.py @@ -103,7 +103,7 @@ test4 = """ /* New! useJSP switches on JSP template processing. jspListTemplate and jspFileTemplate are the names - of the default templates to look for when aquiring JSP + of the default templates to look for when acquiring JSP templates. Cofax currently in production at KR has useJSP set to false, since our sites currently use WYSIWYG templating exclusively. |