summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorINADA Naoki <methane@users.noreply.github.com>2015-03-23 12:15:27 +0900
committerINADA Naoki <methane@users.noreply.github.com>2015-03-23 12:15:27 +0900
commitd816aa80402dcce8fa806d4d43d0c087d86d6152 (patch)
treed26c4d8aa2e8a9e0c73871ff2544e3c6be202e2a
parentb7806a6e6eceb13153df6907b744af3be0e1075e (diff)
parent734cb71dac66b9760cd9704667df92d0a097c1a1 (diff)
downloadmsgpack-python-d816aa80402dcce8fa806d4d43d0c087d86d6152.tar.gz
Merge pull request #136 from tbeu/patch-1
Update README.rst
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 8cee306..ba2c1b5 100644
--- a/README.rst
+++ b/README.rst
@@ -37,7 +37,7 @@ Windows
When you can't use binary distribution, you need to install Visual Studio
or Windows SDK on Windows. (NOTE: Visual C++ Express 2010 doesn't support
-amd64. Windows SDK is recommanded way to build amd64 msgpack without any fee.)
+amd64. Windows SDK is recommended way to build amd64 msgpack without any fee.)
Without extension, using pure python implementation on CPython runs slowly.