From: Zoran Zaric Date: Sat, 8 Jan 2011 14:57:03 +0000 (+0100) Subject: Fix typo in documentation for strip_base_path X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=d61dd730f90a5ead7291524a6a00f9f741c0c23e;p=packages%2Fb%2Fbup.git Fix typo in documentation for strip_base_path Signed-off-by: Zoran Zaric --- diff --git a/lib/bup/helpers.py b/lib/bup/helpers.py index a5b12e0..36b9560 100644 --- a/lib/bup/helpers.py +++ b/lib/bup/helpers.py @@ -435,7 +435,7 @@ def strip_base_path(path, base_paths): """Strips the base path from a given path. - Determines the base path for the given string and the strips it + Determines the base path for the given string and then strips it using strip_path(). Iterates over all base_paths from long to short, to prevent that a too short base_path is removed.