From: Fred Drake Date: Thu, 22 Jun 2006 15:50:08 +0000 (+0000) Subject: fix markup nit X-Git-Tag: v2.5b2~136 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=56b76c8a65aafc77cbeeb326450186de1898df7f;p=python fix markup nit --- diff --git a/Doc/whatsnew/whatsnew25.tex b/Doc/whatsnew/whatsnew25.tex index af59867b16..15031b6738 100644 --- a/Doc/whatsnew/whatsnew25.tex +++ b/Doc/whatsnew/whatsnew25.tex @@ -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: