From 2afe86fa5e19197432a7d472cc8f74eae783dd04 Mon Sep 17 00:00:00 2001 From: Steven Myint Date: Thu, 4 Jan 2018 15:37:45 -0800 Subject: [PATCH] Clean up --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 66e6e01..21fcab6 100644 --- a/README.rst +++ b/README.rst @@ -132,7 +132,7 @@ To run the unit tests:: $ ./test_autoflake.py -There is also an fuzz test, which runs against any collection of given Python +There is also a fuzz test, which runs against any collection of given Python files. It tests autoflake against the files and checks how well it does by running pyflakes on the file before and after. The test fails if the pyflakes results change for the worse. (This is done in memory. The actual files are