summaryrefslogtreecommitdiffstats
path: root/Tools/scripts
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2005-07-01 22:55:43 (GMT)
committerRaymond Hettinger <python@rcn.com>2005-07-01 22:55:43 (GMT)
commitc418cc81ae593743cd8c5bf5491c0af72b21749f (patch)
tree8cb73136e50f663298ef37728438e96c2b47986c /Tools/scripts
parenta660caf35108506d7f29b1eaa07c221be21512cd (diff)
downloadcpython-c418cc81ae593743cd8c5bf5491c0af72b21749f.zip
cpython-c418cc81ae593743cd8c5bf5491c0af72b21749f.tar.gz
cpython-c418cc81ae593743cd8c5bf5491c0af72b21749f.tar.bz2
Teach texcheck about \textbar
Diffstat (limited to 'Tools/scripts')
-rw-r--r--Tools/scripts/texcheck.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/scripts/texcheck.py b/Tools/scripts/texcheck.py
index 08692b3..35d6619 100644
--- a/Tools/scripts/texcheck.py
+++ b/Tools/scripts/texcheck.py
@@ -57,6 +57,7 @@ cmdstr = r"""
\email \kwindex \refexmodindex \filenq \e \menuselection
\exindex \linev \newsgroup \verbatim \setshortversion
\author \authoraddress \paragraph \subparagraph \cmemberline
+ \textbar
"""
def matchclose(c_lineno, c_symbol, openers, pairmap):