diff options
author | ptmcg <ptmcg@austin.rr.com> | 2021-10-02 00:16:22 -0500 |
---|---|---|
committer | ptmcg <ptmcg@austin.rr.com> | 2021-10-02 00:16:22 -0500 |
commit | 09b2a151f054953617dd1d07398d9fcbf899240f (patch) | |
tree | ebe61b3b71e7ac821e0b9c1dc396fc5b288833ca /pyparsing/testing.py | |
parent | 47cedb9d3955a121824f3cbd5f16f2159992433a (diff) | |
download | pyparsing-git-09b2a151f054953617dd1d07398d9fcbf899240f.tar.gz |
Clean up bullet lists in docstrings
Diffstat (limited to 'pyparsing/testing.py')
-rw-r--r-- | pyparsing/testing.py | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/pyparsing/testing.py b/pyparsing/testing.py index 96bc9ef..3ee2ed1 100644 --- a/pyparsing/testing.py +++ b/pyparsing/testing.py @@ -20,12 +20,12 @@ class pyparsing_test: class reset_pyparsing_context: """ Context manager to be used when writing unit tests that modify pyparsing config values: - - packrat parsing - - bounded recursion parsing - - default whitespace characters. - - default keyword characters - - literal string auto-conversion class - - __diag__ settings + - packrat parsing + - bounded recursion parsing + - default whitespace characters. + - default keyword characters + - literal string auto-conversion class + - __diag__ settings Example:: |