Skip to content
Snippets Groups Projects
Unverified Commit 3a33e9b7 authored by Miss Islington (bot)'s avatar Miss Islington (bot) Committed by GitHub
Browse files

Fix copy-friendliness of tutorial example (GH-93424)


(cherry picked from commit 34d11f1b)

Co-authored-by: default avatarChenwei Xiao <chanvinxiao@163.com>
parent 5a48ab01
Branches
Tags
No related merge requests found
......@@ -108,6 +108,7 @@ placeholders such as the current date, image sequence number, or file format::
>>> photofiles = ['img_1074.jpg', 'img_1076.jpg', 'img_1077.jpg']
>>> class BatchRename(Template):
... delimiter = '%'
...
>>> fmt = input('Enter rename style (%d-date %n-seqnum %f-format): ')
Enter rename style (%d-date %n-seqnum %f-format): Ashley_%n%f
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment