[Python-checkins] r42160 - python/trunk/Tools/scripts/texcheck.py

georg.brandl python-checkins at python.org
Mon Jan 23 22:31:00 CET 2006


Author: georg.brandl
Date: Mon Jan 23 22:31:00 2006
New Revision: 42160

Modified:
   python/trunk/Tools/scripts/texcheck.py
Log:
Add two missing markup tags.



Modified: python/trunk/Tools/scripts/texcheck.py
==============================================================================
--- python/trunk/Tools/scripts/texcheck.py	(original)
+++ python/trunk/Tools/scripts/texcheck.py	Mon Jan 23 22:31:00 2006
@@ -57,7 +57,7 @@
     \email \kwindex \refexmodindex \filenq \e \menuselection
     \exindex \linev \newsgroup \verbatim \setshortversion
     \author \authoraddress \paragraph \subparagraph \cmemberline
-    \textbar
+    \textbar \C \seelink
 """
 
 def matchclose(c_lineno, c_symbol, openers, pairmap):


More information about the Python-checkins mailing list