summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2021-11-15 21:29:47 -0500
committerNed Batchelder <ned@nedbatchelder.com>2021-11-15 21:29:47 -0500
commita909ae3dbd310b73bbd8aacfa8d5663641d68f93 (patch)
treeff50d5ac869a6dac6af1fbe0e347ff12aeee5947
parent1c29ef3e4b871508bb2defd6b47b9a745547b626 (diff)
downloadpython-coveragepy-git-a909ae3dbd310b73bbd8aacfa8d5663641d68f93.tar.gz
docs: clarify the CoverageData(basename=) argument. #985
[skip actions]
-rw-r--r--coverage/sqldata.py2
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