diff options
author | Sylvain Th?nault <sylvain.thenault@logilab.fr> | 2009-11-23 14:44:56 +0100 |
---|---|---|
committer | Sylvain Th?nault <sylvain.thenault@logilab.fr> | 2009-11-23 14:44:56 +0100 |
commit | b7e84e3fc5418641041f95a80f08fe053c004c27 (patch) | |
tree | a0e0865c87e8bd127df674b53b30f3e323c1b255 /shellutils.py | |
parent | b80f0a3c1f04c4446ab3f7ec019a3888fa098fab (diff) | |
download | logilab-common-b7e84e3fc5418641041f95a80f08fe053c004c27.tar.gz |
include Dotan Barak spell fixes patch
Diffstat (limited to 'shellutils.py')
-rw-r--r-- | shellutils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shellutils.py b/shellutils.py index 23a1723..b9f6253 100644 --- a/shellutils.py +++ b/shellutils.py @@ -93,7 +93,7 @@ def cp(source, destination): mv(source, destination, _action=shutil.copy) def find(directory, exts, exclude=False, blacklist=STD_BLACKLIST): - """Recursivly find files ending with the given extensions from the directory. + """Recursively find files ending with the given extensions from the directory. :type directory: str :param directory: |