Dan Christensen 11 rokov pred
rodič
commit
4da8466b3b
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      attic/helpers.py

+ 1 - 1
attic/helpers.py

@@ -166,7 +166,7 @@ def exclude_path(path, patterns):
 
 
 class IncludePattern:
 class IncludePattern:
     """Literal files or directories listed on the command line
     """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
     If a directory is specified, all paths that start with that
     path match as well.  A trailing slash makes no difference.
     path match as well.  A trailing slash makes no difference.
     """
     """