schemes: fixed typos in module docstring
authorMartin Geisler <mg@lazybytes.net>
Mon, 30 Nov 2009 23:12:51 +0100
changeset 9965 963ed04a8fde
parent 9964 e600ad9bc257
child 9968 8c923a18e7ae
schemes: fixed typos in module docstring
hgext/schemes.py
--- 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