summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-08-04 07:30:08 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-08-04 07:30:08 -0400
commitd6ae810aaaf3a35d9f947428f3fc22f0d8750073 (patch)
tree90271008f4bcd7bae8f43fa2dca74be9ce0bf3fc /setup.py
parentf1491bdf248bc8bd073a1ae061757d7bfd787e79 (diff)
downloadpython-coveragepy-d6ae810aaaf3a35d9f947428f3fc22f0d8750073.tar.gz
Fixing spelling
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index fa2125b..b9cec4c 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 <http://bitbucket.org/ned/coveragepy>`_, with a
-mirrored repo on `GitHub <https://github.com/nedbat/coveragepy>`_.
+mirrored repository on `GitHub <https://github.com/nedbat/coveragepy>`_.
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',