summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/partparse.py2
-rw-r--r--Doc/tools/partparse.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/Doc/partparse.py b/Doc/partparse.py
index 4a836f2..742c56f 100644
--- a/Doc/partparse.py
+++ b/Doc/partparse.py
@@ -827,7 +827,7 @@ class Wobj:
self.data = self.data + data
# ignore these commands
-ignoredcommands = ('bcode', 'ecode', 'hline', 'fulllineitems', 'small')
+ignoredcommands = ('bcode', 'ecode', 'hline', 'fulllineitems', 'small', '/')
# map commands like these to themselves as plaintext
wordsselves = ('UNIX', 'ABC', 'C', 'ASCII', 'EOF', 'LaTeX')
# \{ --> {, \} --> }, etc
diff --git a/Doc/tools/partparse.py b/Doc/tools/partparse.py
index 4a836f2..742c56f 100644
--- a/Doc/tools/partparse.py
+++ b/Doc/tools/partparse.py
@@ -827,7 +827,7 @@ class Wobj:
self.data = self.data + data
# ignore these commands
-ignoredcommands = ('bcode', 'ecode', 'hline', 'fulllineitems', 'small')
+ignoredcommands = ('bcode', 'ecode', 'hline', 'fulllineitems', 'small', '/')
# map commands like these to themselves as plaintext
wordsselves = ('UNIX', 'ABC', 'C', 'ASCII', 'EOF', 'LaTeX')
# \{ --> {, \} --> }, etc