diff --git a/docs/content/tools/intersect.rst b/docs/content/tools/intersect.rst
index 735f391cba5a4dabcda0c1dc446eba2645b354c9..75892891771a1ffe455e827a52299a05ebf08082 100755
--- a/docs/content/tools/intersect.rst
+++ b/docs/content/tools/intersect.rst
@@ -262,8 +262,8 @@ For example, without ``-u``:
     chr1  17  22
 
     $ bedtools intersect -a A.bed -b B.bed
-    chr1  10   20
-    chr1  10   20
+    chr1  15   20
+    chr1  17   20
     
 Now with ``-u``: