summaryrefslogtreecommitdiff
path: root/pyparsing/testing.py
diff options
context:
space:
mode:
authorptmcg <ptmcg@austin.rr.com>2021-10-02 00:16:22 -0500
committerptmcg <ptmcg@austin.rr.com>2021-10-02 00:16:22 -0500
commit09b2a151f054953617dd1d07398d9fcbf899240f (patch)
treeebe61b3b71e7ac821e0b9c1dc396fc5b288833ca /pyparsing/testing.py
parent47cedb9d3955a121824f3cbd5f16f2159992433a (diff)
downloadpyparsing-git-09b2a151f054953617dd1d07398d9fcbf899240f.tar.gz
Clean up bullet lists in docstrings
Diffstat (limited to 'pyparsing/testing.py')
-rw-r--r--pyparsing/testing.py12
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::