From: Georg Brandl Date: Thu, 25 Aug 2005 20:41:38 +0000 (+0000) Subject: Minor spelling nit. X-Git-Tag: v2.5a0~1452 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3e98736e760eafe8907729b4d304a42e2e5e9e76;p=thirdparty%2FPython%2Fcpython.git Minor spelling nit. --- diff --git a/Demo/parser/README b/Demo/parser/README index f2f18cade57f..e47d4e43e22a 100644 --- a/Demo/parser/README +++ b/Demo/parser/README @@ -20,6 +20,6 @@ Files: handle nested constructs easily using the functions and classes in example.py. - test_parser.py program to put the parser module through it's paces. + test_parser.py program to put the parser module through its paces. Enjoy!