diff --git a/twilio/rest/lookups/v1/phone_number.py b/twilio/rest/lookups/v1/phone_number.py index 906feebebc..34e3c63089 100644 --- a/twilio/rest/lookups/v1/phone_number.py +++ b/twilio/rest/lookups/v1/phone_number.py @@ -209,7 +209,7 @@ def _proxy(self): def caller_name(self): """ :returns: The name of the phone number's owner - :rtype: unicode + :rtype: dict """ return self._properties['caller_name'] @@ -241,7 +241,7 @@ def national_format(self): def carrier(self): """ :returns: The telecom company that provides the phone number - :rtype: unicode + :rtype: dict """ return self._properties['carrier'] diff --git a/twilio/rest/trunking/v1/trunk/phone_number.py b/twilio/rest/trunking/v1/trunk/phone_number.py index 88c1a80cfe..a1f13448aa 100644 --- a/twilio/rest/trunking/v1/trunk/phone_number.py +++ b/twilio/rest/trunking/v1/trunk/phone_number.py @@ -372,7 +372,7 @@ def beta(self): def capabilities(self): """ :returns: Indicate if a phone can receive calls or messages - :rtype: unicode + :rtype: dict """ return self._properties['capabilities']