summaryrefslogtreecommitdiff
path: root/Demo/parser
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2005-08-25 20:41:38 +0000
committerGeorg Brandl <georg@python.org>2005-08-25 20:41:38 +0000
commit7b27650a5940ed2db9ae70f5a881c5962887a45c (patch)
treef269fcff62066c1c0d9d4b7be2d5774002bb9943 /Demo/parser
parent7412ba17f82dd4d7bd730c7806187e544a3142e8 (diff)
downloadcpython-7b27650a5940ed2db9ae70f5a881c5962887a45c.tar.gz
Minor spelling nit.
Diffstat (limited to 'Demo/parser')
-rw-r--r--Demo/parser/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demo/parser/README b/Demo/parser/README
index f2f18cade5..e47d4e43e2 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!