8000 add newline at end of file · Stackdriver/twilio-python@54625cd · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Feb 1, 2018. It is now read-only.

Commit 54625cd

Browse files
author
Kevin Burke
committed
add newline at end of file
1 parent ecb7691 commit 54625cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/usage/caller-ids.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ Deleting a phone number is quick and easy.
4040
4141
response = client.caller_ids.list(phone_number="+15555555555")
4242
callerid = response[0]
43-
print callerid.delete()
43+
callerid.delete()

0 commit comments

Comments
 (0)
0