Mercurial > hg > mercurial-crew
diff hgext/schemes.py @ 9965:963ed04a8fde
schemes: fixed typos in module docstring
author | Martin Geisler <mg@lazybytes.net> |
---|---|
date | Mon, 30 Nov 2009 23:12:51 +0100 (2009-11-30) |
parents | e600ad9bc257 |
children | 9d1195b2f00d |
line wrap: on
line diff
--- a/hgext/schemes.py +++ b/hgext/schemes.py @@ -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