[3.7]Documentation minor update related to 3.6 - 3.7 migration (GH-9501)

Change version from 3.6 to 3.7 in the documentation when it addresses newcomers.

original request from python/python-docs-fr#273
This commit is contained in:
Christophe Nanteuil 2018-09-24 18:33:44 +02:00 committed by Miss Islington (bot)
parent 7a26222d7c
commit 881ddffbff
3 changed files with 10 additions and 10 deletions

View file

@ -24,11 +24,11 @@ Python guru or system administrator. (E.g., :file:`/usr/local/python` is a
popular alternative location.)
On Windows machines, the Python installation is usually placed in
:file:`C:\\Python36`, though you can change this when you're running the
:file:`C:\\Python37`, though you can change this when you're running the
installer. To add this directory to your path, you can type the following
command into the command prompt in a DOS box::
set path=%path%;C:\python36
set path=%path%;C:\python37
Typing an end-of-file character (:kbd:`Control-D` on Unix, :kbd:`Control-Z` on
Windows) at the primary prompt causes the interpreter to exit with a zero exit