Skip to content

Commit

Permalink
Corrected grammar in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
Zen-CODE committed Apr 20, 2016
1 parent b53291d commit ecc9ab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyobjus/pyobjus.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -918,7 +918,7 @@ cdef ObjcClassInstance objc_create_delegate(py_obj):
dprint('-- list of available selector for {} --'.format(protocol_name))
for val in d:
dprint(' * {}'.format(val))
raise ObjcException('Protocol {} dont have any selector named {}'.format(
raise ObjcException('Protocol {} does not have any selector named {}'.format(
protocol_name, selector_name))

if protocol_found == 0:
Expand Down

0 comments on commit ecc9ab8

Please sign in to comment.