diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2016-05-25 13:19:50 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2016-05-25 13:19:50 -0400 |
commit | 9d76ff3148f89d5aee7256f0f837d1099581278d (patch) | |
tree | b87686f6f47bfa321e93f6d81f56224e1d64594d | |
parent | 4e2faeead034005cda1bcb096afde921527a748f (diff) | |
download | python-coveragepy-git-9d76ff3148f89d5aee7256f0f837d1099581278d.tar.gz |
Remove a spurious character
-rw-r--r-- | doc/changes.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/changes.rst b/doc/changes.rst index 06112044..9e28b2b0 100644 --- a/doc/changes.rst +++ b/doc/changes.rst @@ -51,8 +51,8 @@ history, see the `CHANGES.rst`_ file in the source tree. .. _changes_41: -Version 4.1b --- 2016-05-21 ---------------------------- +Version 4.1 --- 2016-05-21 +-------------------------- - Branch analysis has been rewritten: it used to be based on bytecode, but now uses AST analysis. This has changed a number of things: |