From 5353ccdd7026a7eeaa77029102f8c0043553ebd3 Mon Sep 17 00:00:00 2001 From: luzpaz Date: Fri, 14 May 2021 11:32:47 -0400 Subject: Fix misc. documentation typos (#280) Found via `codespell -q 3 -L ba,fourty,halp,inout,strng` --- examples/pythonGrammarParser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/pythonGrammarParser.py') diff --git a/examples/pythonGrammarParser.py b/examples/pythonGrammarParser.py index e9d7d94..ff098a0 100644 --- a/examples/pythonGrammarParser.py +++ b/examples/pythonGrammarParser.py @@ -15,7 +15,7 @@ grammar = r""" # Note: Changing the grammar specified in this file will most likely # require corresponding changes in the parser module # (../Modules/parsermodule.c). If you can't make the changes to -# that module yourself, please co-ordinate the required changes +# that module yourself, please coordinate the required changes # with someone who can; ask around on python-dev for help. Fred # Drake will probably be listening there. -- cgit v1.2.1