summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 64e6b62..65abc6f 100644
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@ setuptools.setup(
# the C locale (which implies ASCII), by explicitly giving the encoding.
#
# io.open() has the 'encoding' parameter on both Python 2 and 3. open()
- # doesn't have it on Python 2. This lets us to use the same code for both.
+ # doesn't have it on Python 2. This lets us use the same code for both.
long_description=
io.open(os.path.join(os.path.dirname(__file__), "README.rst"),
encoding="utf-8").read(),