Added the "italic correction" command ("\/") to the list of ignored commands.

There is at least one of there in the library reference, and this reduces
the warning count.  We *do* know what to do with it!
This commit is contained in:
Fred Drake 1997-11-25 04:06:21 +00:00
parent e624e0f99e
commit cb91e7bbd3
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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