mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[gardening] Use consistent capitalization for "Python".
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user