diff options
author | Georg Brandl <georg@python.org> | 2007-10-20 18:33:20 +0000 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2007-10-20 18:33:20 +0000 |
commit | 1cddfed08d567514fc494f261692ef5a0fe7027c (patch) | |
tree | 0e6177c38ef9dc8743f0c7947d56623e92541d71 | |
parent | 59d121af67c95e69e430277fb482c2a2c16274ac (diff) | |
download | cpython-git-1cddfed08d567514fc494f261692ef5a0fe7027c.tar.gz |
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 8a647afce7..a5a900f9a6 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. |