commit | 6c14e587f59e72d69b99fdf766bbbcbf4af920fa | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Thu Oct 22 11:48:10 2009 +0000 |
committer | Georg Brandl <georg@python.org> | Thu Oct 22 11:48:10 2009 +0000 |
tree | 6cec7b8014032f1d8ae9a5574c9bfd2c14320b4a | |
parent | 3954d21cc5bdef2bed90c875fc80a620b28271d5 [diff] [blame] |
Use "impl-detail" directive where applicable.
diff --git a/Doc/using/cmdline.rst b/Doc/using/cmdline.rst index 1762ddc..72f292d 100644 --- a/Doc/using/cmdline.rst +++ b/Doc/using/cmdline.rst
@@ -8,7 +8,7 @@ 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.