Skip to content

Commit a536255

Browse files
committed
Fixed typo
1 parent d07020e commit a536255

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ To install all the Python versions this SDK has been tested against run:
190190
$ for version in 2.6.9 2.7.12 3.3.6 3.4.5 3.5.2 3.6.0b3; do pyenv install $version; done
191191
```
192192

193-
Sctivate the installed interpreters (execute in this directory):
193+
Activate the installed interpreters (execute in this directory):
194194

195195
```shell
196196
$ pyenv local 2.6.9 2.7.12 3.3.6 3.4.5 3.5.2 3.6.0b3

0 commit comments

Comments
 (0)