diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2019-03-06 01:48:40 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2019-03-06 01:48:40 +0100 |
| commit | c1086af2349e7d92c0a3b47da11cfc76cdd1df90 (patch) | |
| tree | 468dcf622ef4b5cd6b1a71cac933f9b113d78cb0 /setup.py | |
| parent | 6b75d1589e06bafca7cb70205b435fe3e01b9f96 (diff) | |
Fix typo in comment
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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(), |
