diff options
author | Paul McGuire <ptmcg@austin.rr.com> | 2019-08-03 07:52:10 -0500 |
---|---|---|
committer | Paul McGuire <ptmcg@austin.rr.com> | 2019-08-03 07:52:10 -0500 |
commit | b9c11d7f84c9886ba037d6b3f7e2f6ec27f5ed45 (patch) | |
tree | 25c5a04a9d6153ae6c96cb41ac256e6ddf8a0c09 /docs/HowToUsePyparsing.rst | |
parent | 6248dc038e086be8031e9641a3c4ca3a17ea47f5 (diff) | |
download | pyparsing-git-b9c11d7f84c9886ba037d6b3f7e2f6ec27f5ed45.tar.gz |
Typo and whitespace cleanup
Diffstat (limited to 'docs/HowToUsePyparsing.rst')
-rw-r--r-- | docs/HowToUsePyparsing.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/HowToUsePyparsing.rst b/docs/HowToUsePyparsing.rst index dd75443..e3d67e2 100644 --- a/docs/HowToUsePyparsing.rst +++ b/docs/HowToUsePyparsing.rst @@ -821,7 +821,7 @@ Helper methods If an expression is not provided for the content argument, the nested expression will capture all whitespace-delimited content between delimiters -vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv as a list of separate values. + as a list of separate values. Use the ignoreExpr argument to define expressions that may contain opening or closing characters that should not be treated as opening |