Skip to content

Commit 7430100

Browse files
authored
Merge pull request mattmakai#107 from haiiiiiyun/twilio_page_typo_fix
fix typo: Tokenfrom->Token from
2 parents 5c4de10 + aa24281 commit 7430100

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

all.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5726,7 +5726,7 @@ <h2>Why is Twilio a good API choice?</h2>
57265726
<span class="kn">from</span> <span class="nn">twilio.rest</span> <span class="kn">import</span> <span class="n">TwilioRestClient</span>
57275727

57285728
<span class="c"># replace the placeholder strings in the following code line with </span>
5729-
<span class="c"># your Twilio Account SID and Auth Tokenfrom the Twilio Console</span>
5729+
<span class="c"># your Twilio Account SID and Auth Token from the Twilio Console</span>
57305730
<span class="n">client</span> <span class="o">=</span> <span class="n">TwilioRestClient</span><span class="p">(</span><span class="s">&quot;ACxxxxxxxxxxxxxx&quot;</span><span class="p">,</span> <span class="s">&quot;zzzzzzzzzzzzz&quot;</span><span class="p">)</span>
57315731

57325732
<span class="c"># change the &quot;from_&quot; number to your Twilio number and the &quot;to&quot; number</span>
@@ -9894,4 +9894,4 @@ <h1>About the Author</h1>
98949894
var trackOutboundLink = function(url) { ga('send', 'event', 'outbound', 'click', url, {'hitCallback': function () { document.location = url; } }); }
98959895
</script>
98969896
</body>
9897-
</html>
9897+
</html>

source/content/pages/06-web-apis/04-twilio.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ using a few lines of Python code:
3535
from twilio.rest import TwilioRestClient
3636

3737
# replace the placeholder strings in the following code line with
38-
# your Twilio Account SID and Auth Tokenfrom the Twilio Console
38+
# your Twilio Account SID and Auth Token from the Twilio Console
3939
client = TwilioRestClient("ACxxxxxxxxxxxxxx", "zzzzzzzzzzzzz")
4040

4141
# change the "from_" number to your Twilio number and the "to" number

twilio.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ <h2>Why is Twilio a good API choice?</h2>
6464
<span class="kn">from</span> <span class="nn">twilio.rest</span> <span class="kn">import</span> <span class="n">TwilioRestClient</span>
6565

6666
<span class="c"># replace the placeholder strings in the following code line with </span>
67-
<span class="c"># your Twilio Account SID and Auth Tokenfrom the Twilio Console</span>
67+
<span class="c"># your Twilio Account SID and Auth Token from the Twilio Console</span>
6868
<span class="n">client</span> <span class="o">=</span> <span class="n">TwilioRestClient</span><span class="p">(</span><span class="s">&quot;ACxxxxxxxxxxxxxx&quot;</span><span class="p">,</span> <span class="s">&quot;zzzzzzzzzzzzz&quot;</span><span class="p">)</span>
6969

7070
<span class="c"># change the &quot;from_&quot; number to your Twilio number and the &quot;to&quot; number</span>
@@ -223,4 +223,4 @@ <h3 class="panel-head"><a href="/table-of-contents.html" style="color: #fff;">Ch
223223
var trackOutboundLink = function(url) { ga('send', 'event', 'outbound', 'click', url, {'hitCallback': function () { document.location = url; } }); }
224224
</script>
225225
</body>
226-
</html>
226+
</html>

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy