Skip to content

Commit 58c317d

Browse files
committed
working on next post and fixing typo in make phone calls post
1 parent b57c80f commit 58c317d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

content/posts/161123-make-phone-calls.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,8 @@ Not bad for just a few lines of Python code!
197197
## Next Steps
198198
Now that we know how to make and receive phone calls from a Twilio number
199199
that 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)

content/posts/170717-monitor-flask-apps.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ to catch errors and visualize our application is running properly.
2323
We can use either [Python 2 or 3](/python-2-or-3.html) to build this
2424
tutorial, but Python 3 is *strongly* recommended for all new applications.
2525
I 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
2727
execute my code. We will also use the following
2828
[application dependencies](/application-dependencies.html) throughout
2929
the post:

0 commit comments

Comments
 (0)