From 864130c6e4925155a36f122a2f323f9ddbdecbc8 Mon Sep 17 00:00:00 2001 From: Jesse Zoldak <zoldak@edx.org> Date: Mon, 13 Jun 2016 14:42:15 -0400 Subject: [PATCH] Fix a docstring to reflect what the method actually does --- pavelib/utils/test/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pavelib/utils/test/utils.py b/pavelib/utils/test/utils.py index 88681696f0a..8e3e3e62b17 100644 --- a/pavelib/utils/test/utils.py +++ b/pavelib/utils/test/utils.py @@ -30,7 +30,7 @@ def clean_test_files(): def clean_dir(directory): """ - Clean coverage files, to ensure that we don't use stale data to generate reports. + Delete all the files from the specified directory. """ # We delete the files but preserve the directory structure # so that coverage.py has a place to put the reports. -- GitLab