summaryrefslogtreecommitdiffstats
path: root/development/pyparsing/README
diff options
context:
space:
mode:
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.