summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2019-03-06 01:48:40 +0100
committerUlf Magnusson <ulfalizer@gmail.com>2019-03-06 01:48:40 +0100
commitc1086af2349e7d92c0a3b47da11cfc76cdd1df90 (patch)
tree468dcf622ef4b5cd6b1a71cac933f9b113d78cb0
parent6b75d1589e06bafca7cb70205b435fe3e01b9f96 (diff)
Fix typo in comment
-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(),