From d9cc484d022148a06e07310b00a52087f73d7fda Mon Sep 17 00:00:00 2001 From: Thomas Jarosch Date: Wed, 24 Jul 2013 18:09:25 +0200 Subject: [PATCH] Fix small typo --- docs/design.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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. -- 1.7.1