keyword: correct grammar in iskwfile docstring stable
authorChristian Ebert <blacktrash@gmx.net>
Fri, 21 Oct 2011 12:07:27 +0100
branchstable
changeset 15324 0890842c41d1
parent 15323 19368c54a774
child 15325 cdf1daa3b83f
keyword: correct grammar in iskwfile docstring
hgext/keyword.py
--- a/hgext/keyword.py	Thu Oct 20 17:40:25 2011 -0400
+++ b/hgext/keyword.py	Fri Oct 21 12:07:27 2011 +0100
@@ -237,7 +237,7 @@
 
     def iskwfile(self, cand, ctx):
         '''Returns subset of candidates which are configured for keyword
-        expansion are not symbolic links.'''
+        expansion but are not symbolic links.'''
         return [f for f in cand if self.match(f) and not 'l' in ctx.flags(f)]
 
     def overwrite(self, ctx, candidates, lookup, expand, rekw=False):