We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2c4a7e commit 17566dbCopy full SHA for 17566db
public/introduction.html
@@ -182,7 +182,12 @@ <h1 class="font-serif font-bold text-cloudbank text-3xl">
182
print(lower_upper(my_template))
183
# "hello WORLD!"
184
</code></pre>
185
- <p>Okay, you probably don't want to do exactly <i>that</i>.</p>
+ <p>
186
+ Okay, you probably don't want to do exactly <i>that</i>. But this example
187
+ demonstrates that the <i>power of t-strings comes not from the template
188
+ itself, but from the code you (or someone else!) writes to process it
189
+ into a string</i>.
190
+ </p>
191
<p>So why <i>do</i> we want t-strings?</p>
192
<p>Let's start with the useful.</p>
193
<p>
0 commit comments