From c973675716a5e34f373e88f2b4a1b3c819c876b6 Mon Sep 17 00:00:00 2001 From: David Glick Date: Mon, 18 Feb 2013 21:19:46 -0800 Subject: [PATCH] update description --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index d62e7ac..f52baac 100644 --- a/README.rst +++ b/README.rst @@ -23,7 +23,7 @@ Highlighting lines missing coverage When you open a .py file, SublimePythonCoverage tries to find coverage information -and highlight all uncovered lines with an outline. +and mark all uncovered lines with a symbol in the gutter. It does this by looking in all parent directories until it finds a ``.coverage`` file as produced by ``coverage.py``.