From 1b1287d5aa11c026745a845bd1c8cdc2bab2ebbd Mon Sep 17 00:00:00 2001 From: Matthias Goerner <1239022+unhyperbolic@users.noreply.github.com> Date: Fri, 22 Jan 2021 12:10:51 -0800 Subject: [PATCH] Fixing typo in documentation --- docs/docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/index.md b/docs/docs/index.md index f8b4a1a..7602640 100644 --- a/docs/docs/index.md +++ b/docs/docs/index.md @@ -50,7 +50,7 @@ Then use the `%snakeviz` (for a single line of code) and individual lines or entire blocks of code: ``` -% snakeviz glob.glob('*.txt') +%snakeviz glob.glob('*.txt') ``` ```