From c1e8de8a48a19db0e510b5e2ee3e6042d6001b51 Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Fri, 2 Dec 2022 18:50:31 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- legacy/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/readme.md b/legacy/readme.md index c9e2a857..cad78ad7 100644 --- a/legacy/readme.md +++ b/legacy/readme.md @@ -43,7 +43,7 @@ async function example() { } ``` -Which outputs a similar reponse to the following (as a markdown string, including the `\`\`\`python` code prefix): +Which outputs a similar reponse to the following (as a markdown string, including the _\`\`\`python_ code prefix): ```python def bubble_sort(lst):