summaryrefslogtreecommitdiff
path: root/development/pyparsing/README
diff options
context:
space:
mode:
authorHeinz Wiesinger <pprkut@liwjatan.at>2010-05-13 00:25:21 +0200
committerDavid Somero <xgizzmo@slackbuilds.org>2010-05-13 00:25:21 +0200
commit9e153a710e7a237f3a289fb7f17cd75074ea362d (patch)
treec3755b64e31e54178d6ce57e9af0f667a920693d /development/pyparsing/README
parent86a926715f0b44bab31c1d4dcf224ff6d6753cec (diff)
downloadslackbuilds-9e153a710e7a237f3a289fb7f17cd75074ea362d.tar.gz
development/pyparsing: Updated for version 1.5.2
Diffstat (limited to 'development/pyparsing/README')
-rw-r--r--development/pyparsing/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/development/pyparsing/README b/development/pyparsing/README
index 2834826056..ac29972273 100644
--- a/development/pyparsing/README
+++ b/development/pyparsing/README
@@ -2,4 +2,4 @@ The pyparsing module is an alternative approach to creating and
executing simple grammars, vs. the traditional lex/yacc
approach, or the use of regular expressions. The pyparsing
module provides a library of classes that client code uses to
-construct the grammar directly in Python code. \ No newline at end of file
+construct the grammar directly in Python code.