[minor] Update _utils.py

Fix grammar and formatting
This commit is contained in:
Atlas Cove 2023-07-08 11:33:20 +01:00 committed by GitHub
parent 92315c0377
commit 835dac6ce5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1037,8 +1037,8 @@ def make_HTTPS_handler(params, **kwargs):
def bug_reports_message(before=';'):
from ..update import REPOSITORY
msg = (f'please report this issue on https://github.com/{REPOSITORY}/issues?q= , '
'filling out the appropriate issue template. Confirm you are on the latest version using yt-dlp -U')
msg = (f'please report this issue at https://github.com/{REPOSITORY}/issues,'
'filling out the appropriate issue template. Confirm you are on the latest version using yt-dlp -U')
before = before.rstrip()
if not before or before.endswith(('.', '!', '?')):