diff options
author | Georg Brandl <georg@python.org> | 2007-10-20 18:33:20 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2007-10-20 18:33:20 (GMT) |
commit | 1cddfed08d567514fc494f261692ef5a0fe7027c (patch) | |
tree | 0e6177c38ef9dc8743f0c7947d56623e92541d71 | |
parent | 59d121af67c95e69e430277fb482c2a2c16274ac (diff) | |
download | cpython-1cddfed08d567514fc494f261692ef5a0fe7027c.zip cpython-1cddfed08d567514fc494f261692ef5a0fe7027c.tar.gz cpython-1cddfed08d567514fc494f261692ef5a0fe7027c.tar.bz2 |
Change title, for now.
-rw-r--r-- | Doc/using/cmdline.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/using/cmdline.rst b/Doc/using/cmdline.rst index 8a647af..a5a900f 100644 --- a/Doc/using/cmdline.rst +++ b/Doc/using/cmdline.rst @@ -1,7 +1,7 @@ .. highlightlang:: none -Invoking the Python executable -============================== +Command line and environment +============================ The CPython interpreter scans the command line and the environment for various settings. |