diff options
author | Jesús <heckyel@hyperbola.info> | 2021-10-18 14:59:00 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-10-18 14:59:00 -0500 |
commit | 1e07a333a45826245c831e7257e090234a64ff2e (patch) | |
tree | 2487a494fe46baab4af5e3d1b9b50450bf6bef19 /devscripts/make_contributing.py | |
parent | 2272571a0a3b53571a440d0a8ea178a74b7803e6 (diff) | |
download | hypervideo-pre-1e07a333a45826245c831e7257e090234a64ff2e.tar.lz hypervideo-pre-1e07a333a45826245c831e7257e090234a64ff2e.tar.xz hypervideo-pre-1e07a333a45826245c831e7257e090234a64ff2e.zip |
uppercase string
Diffstat (limited to 'devscripts/make_contributing.py')
-rwxr-xr-x | devscripts/make_contributing.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devscripts/make_contributing.py b/devscripts/make_contributing.py index 6b1b8219c..8b3670d85 100755 --- a/devscripts/make_contributing.py +++ b/devscripts/make_contributing.py @@ -22,7 +22,7 @@ def main(): bug_text = re.search( r'(?s)#\s*BUGS\s*[^\n]*\s*(.*?)#\s*COPYRIGHT', readme).group(1) dev_text = re.search( - r'(?s)(#\s*DEVELOPER INSTRUCTIONS.*?)#\s*EMBEDDING yt-dlp', readme).group(1) + r'(?s)(#\s*DEVELOPER INSTRUCTIONS.*?)#\s*EMBEDDING YT-DLP', readme).group(1) out = bug_text + dev_text |