diff options
author | pukkandan <pukkandan.ytdlp@gmail.com> | 2022-06-24 16:36:16 +0530 |
---|---|---|
committer | pukkandan <pukkandan.ytdlp@gmail.com> | 2022-06-25 00:08:58 +0530 |
commit | 54007a45f11ed730352324289b714baefd2901eb (patch) | |
tree | bbaf83c77c3f81c5ca92d64a0679913fbcb365db /devscripts/make_readme.py | |
parent | ac668111128b5f124b4271b3aa4c35f6e71a4749 (diff) | |
download | hypervideo-pre-54007a45f11ed730352324289b714baefd2901eb.tar.lz hypervideo-pre-54007a45f11ed730352324289b714baefd2901eb.tar.xz hypervideo-pre-54007a45f11ed730352324289b714baefd2901eb.zip |
[cleanup] Consistent style for file heads
Diffstat (limited to 'devscripts/make_readme.py')
-rwxr-xr-x | devscripts/make_readme.py | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/devscripts/make_readme.py b/devscripts/make_readme.py index 015212aa3..f2e08d7c6 100755 --- a/devscripts/make_readme.py +++ b/devscripts/make_readme.py @@ -1,7 +1,11 @@ #!/usr/bin/env python3 -# yt-dlp --help | make_readme.py -# This must be run in a console of correct width +""" +yt-dlp --help | make_readme.py +This must be run in a console of correct width +""" + + import functools import re import sys |