Skip to content

Commit 613af1d

Browse files
committed
remove parens from import in getting started doc
1 parent e17fbdb commit 613af1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/getting-started.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Making a Call
99

1010
.. code-block:: python
1111
12-
from twilio.rest import TwilioRestClient()
12+
from twilio.rest import TwilioRestClient
1313
1414
client = TwilioRestClient()
1515
call = client.calls.make(to="9991231234", from_="9991231234",

0 commit comments

Comments
 (0)