From 4da8466b3bcd0b78129adbc2f12804c818d260a9 Mon Sep 17 00:00:00 2001 From: Dan Christensen Date: Fri, 7 Feb 2014 18:10:52 -0500 Subject: [PATCH] Fix a doc typo. --- attic/helpers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/attic/helpers.py b/attic/helpers.py index c7116706d..4e430d44a 100644 --- a/attic/helpers.py +++ b/attic/helpers.py @@ -166,7 +166,7 @@ def exclude_path(path, patterns): class IncludePattern: """Literal files or directories listed on the command line - for some operations (e.g. extract, but create). + for some operations (e.g. extract, but not create). If a directory is specified, all paths that start with that path match as well. A trailing slash makes no difference. """