Skip to content

Commit 17566db

Browse files
committed
Added a sentence to draw attention to benefits of t-strings
1 parent b2c4a7e commit 17566db

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

public/introduction.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,12 @@ <h1 class="font-serif font-bold text-cloudbank text-3xl">
182182
print(lower_upper(my_template))
183183
# "hello WORLD!"
184184
</code></pre>
185-
<p>Okay, you probably don't want to do exactly <i>that</i>.</p>
185+
<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>
186191
<p>So why <i>do</i> we want t-strings?</p>
187192
<p>Let's start with the useful.</p>
188193
<p>

0 commit comments

Comments
 (0)