Skip to content

Commit da8f542

Browse files
Update terminal_verb.py
1 parent 9a87918 commit da8f542

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bandwidth/model/bxml/terminal_verb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ def add_verb(self, verb: Verb):
2929
verb (Verb): BXML verb
3030
3131
Raises:
32-
AttributeError: This method is not allowed for <SipUri>
32+
AttributeError: This method is not allowed for this verb
3333
"""
3434
raise AttributeError('Adding verbs is not supported by this verb')

0 commit comments

Comments
 (0)