Skip to content

Commit cee6f70

Browse files
committed
Highlight interface equivalent lines GH-47
1 parent ffa3c23 commit cee6f70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lectures/12_clean_code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,7 @@ def query_progress(as_percentage: bool):
699699

700700
:::::::::::: {.columns}
701701
::::::::: {.column width="60%" .pre-450}
702-
```python {.numberLines}
702+
```{.python line-numbers="3,11,14" data-highlight-background="#c6ff8c"}
703703
DataFrame.to_csv(
704704
path_or_buf=None, *,
705705
sep=',',

0 commit comments

Comments
 (0)