summaryrefslogtreecommitdiff
path: root/doc/changes.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2014-11-29 11:06:41 -0500
committerNed Batchelder <ned@nedbatchelder.com>2014-11-29 11:06:41 -0500
commitaffad18319c3570679dc86ac744a449e573fe1cc (patch)
tree07a3ab297f789b83073955045314d07945336aaa /doc/changes.rst
parent16fab2e08161f9e274c7f2c86aa92a9b31130d0c (diff)
downloadpython-coveragepy-affad18319c3570679dc86ac744a449e573fe1cc.tar.gz
Fix spelling errors in the docs.
Diffstat (limited to 'doc/changes.rst')
-rw-r--r--doc/changes.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/changes.rst b/doc/changes.rst
index a16c544..8d55acf 100644
--- a/doc/changes.rst
+++ b/doc/changes.rst
@@ -177,7 +177,7 @@ Docs:
- Docstrings for the legacy singleton methods are more helpful. Thanks Marius
Gedminas. Closes `issue 205`_.
-- The pydoc tool can now show docmentation for the class `coverage.coverage`.
+- The pydoc tool can now show documentation for the class `coverage.coverage`.
Closes `issue 206`_.
- Added some info to the TODO file, closing `issue 227`_.
@@ -332,7 +332,7 @@ Version 3.5.2 --- 4 May 2012
pragmatic fix for `issue 82`_.
- The ``-m`` switch on ``coverage report``, which includes missing line numbers
- in the summary report, can now be specifed as ``show_missing`` in the
+ in the summary report, can now be specified as ``show_missing`` in the
config file. Closes `issue 173`_.
- When running a module with ``coverage run -m <modulename>``, certain details
@@ -374,7 +374,7 @@ Version 3.5.1 --- 23 September 2011
- An explicit include directive to measure files in the Python installation
wouldn't work because of the standard library exclusion. Now the include
- directive takes precendence, and the files will be measured. Fixes
+ directive takes precedence, and the files will be measured. Fixes
`issue 138`_.
- The HTML report now handles Unicode characters in Python source files