Correct grammar in iskwfile docstring
authorChristian Ebert <blacktrash@gmx.net>
Fri, 21 Oct 2011 12:07:27 +0100
changeset 993 e50f10baa81a
parent 992 df7e78af0d9f
child 994 89f7a7e343c9
child 997 5c25b505ffc1
Correct grammar in iskwfile docstring
hgkw/keyword.py
--- a/hgkw/keyword.py	Sat Oct 22 15:43:48 2011 +0100
+++ b/hgkw/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):