summaryrefslogtreecommitdiffstats
path: root/Doc/using
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-10-22 11:48:10 (GMT)
committerGeorg Brandl <georg@python.org>2009-10-22 11:48:10 (GMT)
commit6c14e587f59e72d69b99fdf766bbbcbf4af920fa (patch)
tree6cec7b8014032f1d8ae9a5574c9bfd2c14320b4a /Doc/using
parent3954d21cc5bdef2bed90c875fc80a620b28271d5 (diff)
downloadcpython-6c14e587f59e72d69b99fdf766bbbcbf4af920fa.zip
cpython-6c14e587f59e72d69b99fdf766bbbcbf4af920fa.tar.gz
cpython-6c14e587f59e72d69b99fdf766bbbcbf4af920fa.tar.bz2
Use "impl-detail" directive where applicable.
Diffstat (limited to 'Doc/using')
-rw-r--r--Doc/using/cmdline.rst2
1 files changed, 1 insertions, 1 deletions
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 @@ 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.