summaryrefslogtreecommitdiff
path: root/pyparsing.py
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2019-06-28 22:12:18 -0700
committerPaul McGuire <ptmcg@users.noreply.github.com>2019-06-29 00:12:18 -0500
commit459f1d5d9f6f200f94bb70e96493fa1bf82dbba8 (patch)
treea5bb7e8bbcea6fd2d3a0776e1de698c92b4caff9 /pyparsing.py
parent2809cc975277e5b8c9160e1bac903d414eab305d (diff)
downloadpyparsing-git-459f1d5d9f6f200f94bb70e96493fa1bf82dbba8.tar.gz
Fix typo: "the the" (#99)
Diffstat (limited to 'pyparsing.py')
-rw-r--r--pyparsing.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyparsing.py b/pyparsing.py
index 2a20daa..0e7b5e1 100644
--- a/pyparsing.py
+++ b/pyparsing.py
@@ -5829,7 +5829,7 @@ def indentedBlock(blockStatementExpr, indentStack, indent=True):
(multiple statementWithIndentedBlock expressions within a single
grammar should share a common indentStack)
- indent - boolean indicating whether block must be indented beyond
- the the current level; set to False for block of left-most
+ the current level; set to False for block of left-most
statements (default= ``True``)
A valid block must contain at least one ``blockStatement``.