8000 Formatting · codemunkee/twilio-python@35f7670 · GitHub
[go: up one dir, main page]

Skip to content

Commit 35f7670

Browse files
committed
Formatting
1 parent c095b58 commit 35f7670

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

twilio/rest/__init__.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,10 @@ def feedback(self, call_sid):
158158

159159
def dependent_phone_numbers(self, address_sid):
160160
"""
161-
Return a :class:`DependentPhoneNumbers <twilio.rest.resources.DependentPhoneNumbers>` instance for
162-
the :class:`Address <twilio.rest.resources.Address>` with the given address_sid
161+
Return a :class:`DependentPhoneNumbers
162+
<twilio.rest.resources.DependentPhoneNumbers>` instance for the
163+
:class:`Address <twilio.rest.resources.Address>` with the given
164+
address_sid
163165
"""
164166
base_uri = "%s/Addresses/%s" % (self.account_uri, address_sid)
165167
return DependentPhoneNumbers(base_uri, self.auth, self.timeout)

0 commit comments

Comments
 (0)
0