From 2aa53ad1133c95d9c586b2f2662e93cd0348e9c2 Mon Sep 17 00:00:00 2001
From: arq5x <arq5x@virginia.edu>
Date: Thu, 18 Sep 2014 15:33:45 -0400
Subject: [PATCH] [DOC] typo

---
 docs/content/tools/intersect.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/content/tools/intersect.rst b/docs/content/tools/intersect.rst
index 66a1de2f..3c813874 100755
--- a/docs/content/tools/intersect.rst
+++ b/docs/content/tools/intersect.rst
@@ -751,7 +751,7 @@ We can now compare query.bed to all three database files at once.:
   chr3  110 120
   chr3  105 115
 
-Clearly this is completely informative because we cannot tell from which file each intersection came. However, if we use `-wa` and `-wb`, this becomes abundantly clear. When these options are used, the first column after the complete `-a` record lists the file number from which the overlap came. The number corresponds to the order in which the files were given on the command line. 
+Clearly this is not completely informative because we cannot tell from which file each intersection came. However, if we use `-wa` and `-wb`, this becomes abundantly clear. When these options are used, the first column after the complete `-a` record lists the file number from which the overlap came. The number corresponds to the order in which the files were given on the command line. 
 
 .. code-block:: bash
 
-- 
GitLab