[gardening] Use consistent capitalization for "Python".

This commit is contained in:
practicalswift
2016-06-14 23:17:18 +02:00
parent b84f1d8f9b
commit db6890fd26
3 changed files with 3 additions and 3 deletions

View File

@@ -527,7 +527,7 @@ def register_function(lib, item, ignore_errors):
try:
func = getattr(lib, item[0])
except AttributeError as e:
msg = str(e) + ". Please ensure that your python bindings are "\
msg = str(e) + ". Please ensure that your Python bindings are "\
"compatible with your sourcekitd version."
if ignore_errors:
return