hgext/schemes.py
changeset 9965 963ed04a8fde
parent 9964 e600ad9bc257
child 10070 9d1195b2f00d
--- a/hgext/schemes.py	Tue Nov 24 17:48:23 2009 +0200
+++ b/hgext/schemes.py	Mon Nov 30 23:12:51 2009 +0100
@@ -35,8 +35,8 @@
   bb+ssh = ssh://hg@bitbucket.org/
   gcode = https://{1}.googlecode.com/hg/
 
-You can override the predefined scheme by defining new schemes with
-the same name.
+You can override a predefined scheme by defining a new scheme with the
+same name.
 """
 
 import re