mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Fix typos '.::' should typically just be '::'. (GH-6165)
This commit is contained in:
parent
bac2d5ba30
commit
78553138be
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue