File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -209,7 +209,7 @@ def _proxy(self):
209
209
def caller_name (self ):
210
210
"""
211
211
:returns: The name of the phone number's owner
212
- :rtype: unicode
212
+ :rtype: dict
213
213
"""
214
214
return self ._properties ['caller_name' ]
215
215
@@ -241,7 +241,7 @@ def national_format(self):
241
241
def carrier (self ):
242
242
"""
243
243
:returns: The telecom company that provides the phone number
244
- :rtype: unicode
244
+ :rtype: dict
245
245
"""
246
246
return self ._properties ['carrier' ]
247
247
Original file line number Diff line number Diff line change @@ -372,7 +372,7 @@ def beta(self):
372
372
def capabilities (self ):
373
373
"""
374
374
:returns: Indicate if a phone can receive calls or messages
375
- :rtype: unicode
375
+ :rtype: dict
376
376
"""
377
377
return self ._properties ['capabilities' ]
378
378
You can’t perform that action at this time.
0 commit comments