From c1086af2349e7d92c0a3b47da11cfc76cdd1df90 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Wed, 6 Mar 2019 01:48:40 +0100 Subject: Fix typo in comment --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') 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(), -- cgit v1.2.3