Skip to content

Commit 822939d

Browse files
committed
Update backslash symbol from '\' to '\\'
1 parent 601e40e commit 822939d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Python 2.7.x here https://www.python.org/downloads/ :
5050

5151
* Download the .msi installer for Windows or the .dmg archive for Mac.
5252
* Open and run the installer using all the default options.
53-
* On Windows, make sure you install Python in the default c:\Python27 and not
53+
* On Windows, make sure you install Python in the default c:\\Python27 and not
5454
on another drive.
5555

5656

@@ -91,7 +91,7 @@ On Linux or Mac, run this::
9191
source bin/activate
9292

9393
On Windows, run this::
94-
bin\activate
94+
bin\\activate
9595

9696

9797

0 commit comments

Comments
 (0)