From b1dfd11568b644aa1fbf4cf52569c6f7361f01ca Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Tue, 19 Sep 2023 12:03:44 +0100 Subject: [PATCH] fixed line numbers --- docs/guide/command_palette.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/command_palette.md b/docs/guide/command_palette.md index 126ebd6046..0dd15af0f1 100644 --- a/docs/guide/command_palette.md +++ b/docs/guide/command_palette.md @@ -57,7 +57,7 @@ The following example will display a blank screen initially, but if you bring up If you are running that example from the repository, you may want to add some additional Python files to see how the examples works with multiple files. - ```python title="command01.py" hl_lines="11-39 45" + ```python title="command01.py" hl_lines="14-42 45" --8<-- "docs/examples/guide/command_palette/command01.py" ```