Skip to content

Commit fdcd64f

Browse files
committed
gh-117829: linting complains
1 parent 408dd71 commit fdcd64f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/library/zipapp.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)