From 4806d0e7bdfeccfb75c2064bad787d66a375cf40 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Tue, 4 Aug 2015 07:30:08 -0400 Subject: Fixing spelling --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index fa2125be..b9cec4ca 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ Coverage.py runs on CPython 2.6, 2.7, 3.3, 3.4 or 3.5, PyPy 2.4, and PyPy3 2.4. Documentation is on `Read the Docs <{docurl}>`_. Code repository and issue tracker are on `Bitbucket `_, with a -mirrored repo on `GitHub `_. +mirrored repository on `GitHub `_. New in 4.0 beta: ``--concurrency``, dropped support for older Pythons, setup.cfg support, plugins for other file variants, supported data API, @@ -88,7 +88,7 @@ setup_args = dict( entry_points = {'console_scripts': scripts}, - # We need to get HTML assets from our htmlfiles dir. + # We need to get HTML assets from our htmlfiles directory. zip_safe = False, author = 'Ned Batchelder and others', -- cgit v1.2.1