Skip to content

Commit 45edb18

Browse files
committed
fix: Correct a font size issue in slides/weeknine/index.qmd.
1 parent c156450 commit 45edb18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

slides/weeknine/index.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ for word, count in sorted(freq.items(), key=lambda x: x[1], reverse=True
646646
print(f" {word}: {count}")
647647
```
648648

649-
::: {.incremental style="margin-top: -0.2em; font-size: 0.825em;"}
649+
::: {.incremental style="margin-top: -0.2em; font-size: 0.8em;"}
650650

651651
- Use `get()` method with default value to count occurrences
652652
- Dictionary stores word as key and count as value

0 commit comments

Comments
 (0)