fix typo breaking the fix to #1753

This commit is contained in:
Matthew 2017-01-06 23:22:44 +00:00
parent b42a972b71
commit b2850e62db

View file

@ -43,7 +43,7 @@ class _EventInternalMetadata(object):
returns a str with the name of the server this event is sent on behalf of.
"""
return getattr(self, "get_send_on_behalf_of", None)
return getattr(self, "send_on_behalf_of", None)
def _event_dict_property(key):