File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -197,8 +197,8 @@ Not bad for just a few lines of Python code!
197197## Next Steps
198198Now that we know how to make and receive phone calls from a Twilio number
199199that follows programmatic instructions we can do a whole lot more in our
200- applications. Next you can use out one of these tutorials to do more with
201- the phone number:
200+ applications. Next you can use one of these tutorials to do more with
201+ your phone number:
202202
203203* [ Build a phone-calling Slack bot] ( https://www.twilio.com/blog/2016/05/add-phone-calling-slack-python.html )
204204* [ Mask phone numbers for anonymous communication] ( https://www.twilio.com/docs/tutorials/walkthrough/masked-numbers/python/flask )
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ to catch errors and visualize our application is running properly.
2323We can use either [ Python 2 or 3] ( /python-2-or-3.html ) to build this
2424tutorial, but Python 3 is * strongly* recommended for all new applications.
2525I used
26- [ Python 3.6.1 ] ( https://www.python.org/downloads/release/python-361 / ) to
26+ [ Python 3.6.2 ] ( https://www.python.org/downloads/release/python-362 / ) to
2727execute my code. We will also use the following
2828[ application dependencies] ( /application-dependencies.html ) throughout
2929the post:
You can’t perform that action at this time.
0 commit comments