diff options
author | Fred Drake <fdrake@acm.org> | 2006-06-22 15:50:08 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2006-06-22 15:50:08 (GMT) |
commit | 56b76c8a65aafc77cbeeb326450186de1898df7f (patch) | |
tree | bafcaee73d8b80f07b535fcc68cada643d136172 /Doc | |
parent | f57c54db034611d31539c28a5477737b8224ad09 (diff) | |
download | cpython-56b76c8a65aafc77cbeeb326450186de1898df7f.zip cpython-56b76c8a65aafc77cbeeb326450186de1898df7f.tar.gz cpython-56b76c8a65aafc77cbeeb326450186de1898df7f.tar.bz2 |
fix markup nit
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/whatsnew/whatsnew25.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/whatsnew25.tex b/Doc/whatsnew/whatsnew25.tex index af59867..15031b6 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: |