diff options
Diffstat (limited to 'Doc/tools/partparse.py')
-rw-r--r-- | Doc/tools/partparse.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tools/partparse.py b/Doc/tools/partparse.py index 757fc02..be9b1c8 100644 --- a/Doc/tools/partparse.py +++ b/Doc/tools/partparse.py @@ -854,7 +854,7 @@ class Wobj: self.data = self.data + data # ignore these commands -ignoredcommands = ('bcode', 'ecode') +ignoredcommands = ('bcode', 'ecode', 'optional') # map commands like these to themselves as plaintext wordsselves = ('UNIX', 'ABC', 'C', 'ASCII', 'EOF') # \{ --> {, \} --> }, etc |