Correct capitalisation: Github -> GitHub (#14561)

Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
This commit is contained in:
Harry Mellor
2025-03-10 16:53:33 +01:00
committed by GitHub
parent 001a9c7b0d
commit 39be30351f
4 changed files with 5 additions and 5 deletions

View File

@@ -69,7 +69,7 @@ def _log_task_completion(task: asyncio.Task,
error_callback(exception)
raise AsyncEngineDeadError(
"Task finished unexpectedly. This should never happen! "
"Please open an issue on Github. See stack trace above for the "
"Please open an issue on GitHub. See stack trace above for the "
"actual cause.") from e