Skip to content

Commit d1c0616

Browse files
author
Ikko Ashimine
authored
Fix spelling of "GitHub" in error message (#12655)
1 parent 07ea0f6 commit d1c0616

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypy/errors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -877,7 +877,7 @@ def report_internal_error(err: Exception,
877877

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

0 commit comments

Comments
 (0)