diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2021-11-15 21:29:47 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2021-11-15 21:29:47 -0500 |
commit | a909ae3dbd310b73bbd8aacfa8d5663641d68f93 (patch) | |
tree | ff50d5ac869a6dac6af1fbe0e347ff12aeee5947 /coverage/sqldata.py | |
parent | 1c29ef3e4b871508bb2defd6b47b9a745547b626 (diff) | |
download | python-coveragepy-git-a909ae3dbd310b73bbd8aacfa8d5663641d68f93.tar.gz |
docs: clarify the CoverageData(basename=) argument. #985
[skip actions]
Diffstat (limited to 'coverage/sqldata.py')
-rw-r--r-- | coverage/sqldata.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coverage/sqldata.py b/coverage/sqldata.py index e5fee8ce..ea326d11 100644 --- a/coverage/sqldata.py +++ b/coverage/sqldata.py @@ -191,7 +191,7 @@ class CoverageData(SimpleReprMixin): Arguments: basename (str): the base name of the data file, defaulting to - ".coverage". + ".coverage". This can be a path to a file in another directory. suffix (str or bool): has the same meaning as the `data_suffix` argument to :class:`coverage.Coverage`. no_disk (bool): if True, keep all data in memory, and don't |