fix syntax highlighting on index.html

Commit 5338fb2 · patx · 2026-02-07T00:42:16-05:00

Changeset
5338fb2ede0b6816befa6261884d89a3b70810e6
Parents
ae309371a69321e5268c94b4e0d2b60b2fb6ccca

View source at this commit

Comments

No comments yet.

Log in to comment

Diff

diff --git a/docs/index.html b/docs/index.html
index a3dc8ae..7614b25 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -233,7 +233,7 @@
 <span class="c2">class</span> MyApp(<span class="c9">App</span>):
 
     <span class="c2">async def</span> index(self, name=<span class="c9">"world"</span>):
-        return <span class="c9">f"Hello {name}!"</span>
+        return <span class="c9">f"Hello</span> {name}<span class="c9">!"</span>
 
 app = MyApp()
     </code></pre>