fix markup nit
This commit is contained in:
parent
f57c54db03
commit
56b76c8a65
|
@ -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.)
|
\file{__init__.py} was found. (Implemented by Thomas Wouters.)
|
||||||
|
|
||||||
To suppress these warnings, you can either supply
|
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
|
interpreter, or use the \module{warnings} module to suppress the
|
||||||
message:
|
message:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue