]> granicus.if.org Git - python/commitdiff
fix markup nit
authorFred Drake <fdrake@acm.org>
Thu, 22 Jun 2006 15:50:08 +0000 (15:50 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 22 Jun 2006 15:50:08 +0000 (15:50 +0000)
Doc/whatsnew/whatsnew25.tex

index af59867b16c871350c419e0f7f1286c19d7e7944..15031b673853b5ec12d6c748236e60e7af1f04a1 100644 (file)
@@ -1175,7 +1175,7 @@ an import would have picked up a directory as a package but no
 \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: