Skip to content

Commit

Permalink
Fix spelling of "GitHub" in error message (python#12655)
Browse files Browse the repository at this point in the history
  • Loading branch information
eltociear committed Apr 22, 2022
1 parent 07ea0f6 commit d1c0616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mypy/errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -877,7 +877,7 @@ def report_internal_error(err: Exception,

# Print "INTERNAL ERROR" message.
print('{}error: INTERNAL ERROR --'.format(prefix),
'Please try using mypy master on Github:\n'
'Please try using mypy master on GitHub:\n'
'https://mypy.readthedocs.io/en/stable/common_issues.html'
'#using-a-development-mypy-build',
file=stderr)
Expand Down

0 comments on commit d1c0616

Please sign in to comment.