Skip to content

Commit da75715

Browse files
committed
gh-117829 : gotta be careful with rst formatting
1 parent fdcd64f commit da75715

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/zipapp.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,11 +244,11 @@ To filter an allow-list or deny-list of files in the directory being zipped, mak
244244
of :option:`--exclude-pattern` and/or :option:`--include-pattern`.
245245

246246
.. code-block:: shell-session
247+
247248
$ ls myapp
248249
__main__.py helper.py notthis.py
249250
250251
$ python -m zipapp myapp -o myapp.pyz --exclude-pattern='.*notthis.*'
251-
252252
$ unzip myapp.pyz -d extracted_myapp
253253
Archive: myapp.pyz
254254
extracting: extracted_myapp/__main__.py

0 commit comments

Comments
 (0)