Skip to content

Commit bc9619b

Browse files
author
whiteUnicorn
committed
Replace ';' to ','
I think it is awkward. Though semicolon can be used as a kind of supercomma, this sentence is not that kine of thing. Replacing it with comma would be more better. isn't it?
1 parent 4542bac commit bc9619b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ and :command:`python` which will run those things, but this might not automatica
162162
on Windows, because it doesn't know where those executables are (give either a try!).
163163

164164
To fix this, you should be able to navigate to your Python install directory
165-
(e.g :file:`C:\Python27`), then go to :file:`Tools`, then :file:`Scripts`; then find the
165+
(e.g :file:`C:\Python27`), then go to :file:`Tools`, then :file:`Scripts`, then find the
166166
:file:`win_add2path.py` file and run that. Open a **new** Command Prompt and
167167
check that you can now just type :command:`python` to bring up the interpreter.
168168

0 commit comments

Comments
 (0)