summaryrefslogtreecommitdiff
path: root/Doc/faq
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2018-03-29 01:34:44 -0700
committerNed Deily <nad@python.org>2018-03-29 04:34:44 -0400
commita470b7462d741fc2606d5369a935ae2a3dc89ae2 (patch)
tree1541612d361a621e16f3369fda1ddf84e0406060 /Doc/faq
parenta48614bee55fea4c46c3b493b56d2ac4d41b3eff (diff)
downloadcpython-git-a470b7462d741fc2606d5369a935ae2a3dc89ae2.tar.gz
Fix typos '.::' should typically just be '::'. (GH-6165) (GH-6300)
(cherry picked from commit 78553138be3b38d361bded8e641a2a4fd65a9d16) Co-authored-by: Julien Palard <julien@palard.fr>
Diffstat (limited to 'Doc/faq')
-rw-r--r--Doc/faq/windows.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/faq/windows.rst b/Doc/faq/windows.rst
index d703f28622..f049bc8387 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