Use "impl-detail" directive where applicable.

This commit is contained in:
Georg Brandl 2009-10-22 11:48:10 +00:00
parent 3954d21cc5
commit 6c14e587f5
13 changed files with 114 additions and 84 deletions

View file

@ -8,7 +8,7 @@ Command line and environment
The CPython interpreter scans the command line and the environment for various
settings.
.. note::
.. impl-detail::
Other implementations' command line schemes may differ. See
:ref:`implementations` for further resources.