diff --git a/en_US.ISO8859-1/articles/committers-guide/article.xml b/en_US.ISO8859-1/articles/committers-guide/article.xml
index b81dbec701..03d3c5c710 100644
--- a/en_US.ISO8859-1/articles/committers-guide/article.xml
+++ b/en_US.ISO8859-1/articles/committers-guide/article.xml
@@ -857,11 +857,6 @@
To move and rename a file:
&prompt.user; svn move foo.c bar.c
-
- The above command is the exact equivalent of:
-
- &prompt.user; svn copy foo.c bar.c
-&prompt.user; svn remove foo.c