Fix small typo
authorThomas Jarosch <thomas.jarosch@intra2net.com>
Wed, 24 Jul 2013 16:09:25 +0000 (18:09 +0200)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Wed, 24 Jul 2013 16:09:25 +0000 (18:09 +0200)
docs/design.py

index df55ee5..1dcbf7a 100644 (file)
@@ -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.