[Python-checkins] r47071 - python/trunk/Doc/whatsnew/whatsnew25.tex

fred.drake python-checkins at python.org
Thu Jun 22 17:50:09 CEST 2006


Author: fred.drake
Date: Thu Jun 22 17:50:08 2006
New Revision: 47071

Modified:
   python/trunk/Doc/whatsnew/whatsnew25.tex
Log:
fix markup nit

Modified: python/trunk/Doc/whatsnew/whatsnew25.tex
==============================================================================
--- python/trunk/Doc/whatsnew/whatsnew25.tex	(original)
+++ python/trunk/Doc/whatsnew/whatsnew25.tex	Thu Jun 22 17:50:08 2006
@@ -1175,7 +1175,7 @@
 \file{__init__.py} was found.  (Implemented by Thomas Wouters.)
 
 To suppress these warnings, you can either supply 
-\command{-W'ignore:Not importing directory'} when running the Python
+\code{\programopt{-W}'ignore:Not importing directory'} when running the Python
 interpreter, or use the \module{warnings} module to suppress the
 message:
 


More information about the Python-checkins mailing list