8000 Fixed redundant countries · twilio/twilio-python@c87ee27 · GitHub
[go: up one dir, main page]

Skip to content

Commit c87ee27

Browse files
committed
Fixed redundant countries
- DEVX-2534
1 parent 27f9df2 commit c87ee27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

twilio/rest/pricing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def messaging_countries(self):
3636
Returns a :class:`MessagingCountries` resource
3737
:return: MessagingCountries
3838
"""
39-
messaging_countries_uri = "{0}/Messaging/Countries".format(
39+
messaging_countries_uri = "{0}/Messaging".format(
4040
self.uri_base)
4141
return MessagingCountries(messaging_countries_uri, self.auth,
4242
self.timeout)

0 commit comments

Comments
 (0)
0