From: Thomas Jarosch Date: Wed, 24 Jul 2013 16:09:25 +0000 (+0200) Subject: Fix small typo X-Git-Tag: v2.2~150 X-Git-Url: http://developer.intra2net.com/git/?a=commitdiff_plain;h=d9cc484d022148a06e07310b00a52087f73d7fda;p=python-delta-tar Fix small typo --- diff --git a/docs/design.py b/docs/design.py index df55ee5..1dcbf7a 100644 --- a/docs/design.py +++ b/docs/design.py @@ -67,7 +67,7 @@ class DeltaTar(object): - excluded_files: list of files to exclude in the index. It can contain python regular expressions. - - excluded_files: list of files to include in the index. It can + - included_files: list of files to include in the index. It can contain python regular expressions. If empty, all files in the source path will be backed up, but of the list is set then only the files include in the list will be backed up.