File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ The following options are understood:
101101
102102.. option :: --exclude-pattern
103103
104- Accept a regex filtering files to be denied inclusion in output archive. This will
104+ Accept a regex filtering files to be denied inclusion in output archive. This will
105105 run second if :option: `--include-pattern ` is also used.
106106
107107
@@ -251,8 +251,8 @@ of :option:`--exclude-pattern` and/or :option:`--include-pattern`.
251251
252252 $ unzip myapp.pyz -d extracted_myapp
253253 Archive: myapp.pyz
254- extracting: extracted_myapp/__main__.py
255- extracting: extracted_myapp/helper.py
254+ extracting: extracted_myapp/__main__.py
255+ extracting: extracted_myapp/helper.py
256256
257257 $ ls extracted_myapp
258258 __main__.py helper.py
You can’t perform that action at this time.
0 commit comments