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 e5366fc commit 6a48b83Copy full SHA for 6a48b83
for_now/introduction.html
@@ -201,8 +201,7 @@ <h1 class="font-serif font-bold text-cloudbank text-3xl">
201
<p>
202
Now, imagine using the <strong>power of t-strings</strong> instead:
203
</p>
204
- <pre><code class="language-python">from string.templatelib import Template
205
-from some_db_library import execute_t
+ <pre><code class="language-python">from some_db_library import execute_t
206
207
def get_student(name: str):
208
return execute_t(
0 commit comments