diff options
author | Ned Batchelder <nedbat@gmail.com> | 2015-11-29 16:39:35 -0500 |
---|---|---|
committer | Ned Batchelder <nedbat@gmail.com> | 2015-11-29 16:39:35 -0500 |
commit | 68642b7c3b172a9952af2656f3c77af14c60a919 (patch) | |
tree | 8b119514366f070002017dc7195c3deb35512101 | |
parent | f75118449b4d30b7d61b10c67859799c271c9af5 (diff) | |
parent | 8f72d9e9cd6f774b6981dfbd42cf09b4ecc016d0 (diff) | |
download | python-coveragepy-git-68642b7c3b172a9952af2656f3c77af14c60a919.tar.gz |
Merged in agriffis/coverage.py (pull request #75)
Fix typo in doc for combine.
-rw-r--r-- | doc/cmd.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/cmd.rst b/doc/cmd.rst index c40152e3..a66df82d 100644 --- a/doc/cmd.rst +++ b/doc/cmd.rst @@ -194,7 +194,7 @@ single directory, and use the **combine** command to combine them into one You can also name directories or files on the command line:: - $ combine combine data1.dat windows_data_files/ + $ coverage combine data1.dat windows_data_files/ Coverage.py will collect the data from those places and combine them. The current directory isn't searched if you use command-line arguments. If you |