From 459f1d5d9f6f200f94bb70e96493fa1bf82dbba8 Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Fri, 28 Jun 2019 22:12:18 -0700 Subject: Fix typo: "the the" (#99) --- pyparsing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyparsing.py') 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``. -- cgit v1.2.1