diff options
author | Julien Palard <julien@palard.fr> | 2018-03-28 21:14:15 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-28 21:14:15 (GMT) |
commit | 78553138be3b38d361bded8e641a2a4fd65a9d16 (patch) | |
tree | f452be37b1d5eba78a5d85a446afcda8005d6d56 /Doc/faq | |
parent | bac2d5ba30339298db7d4caa9c8cd31d807cf081 (diff) | |
download | cpython-78553138be3b38d361bded8e641a2a4fd65a9d16.zip cpython-78553138be3b38d361bded8e641a2a4fd65a9d16.tar.gz cpython-78553138be3b38d361bded8e641a2a4fd65a9d16.tar.bz2 |
Fix typos '.::' should typically just be '::'. (GH-6165)
Diffstat (limited to 'Doc/faq')
-rw-r--r-- | Doc/faq/windows.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/faq/windows.rst b/Doc/faq/windows.rst index d703f28..f049bc8 100644 --- a/Doc/faq/windows.rst +++ b/Doc/faq/windows.rst @@ -60,7 +60,7 @@ program. So, how do you arrange for the interpreter to handle your Python? First, you need to make sure that your command window recognises the word "python" as an instruction to start the interpreter. If you have opened a command window, you should try entering the command ``python`` and hitting -return.:: +return:: C:\Users\YourName> python |