Skip to content

Commit 761411a

Browse files
committed
refactor: Rewrite some of the examples to make code formatting better in slides/weektwo/index.qmd.
1 parent bbfbda4 commit 761411a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

slides/weektwo/index.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ Let's explore each of these in greater detail!
139139

140140
```{pyodide}
141141
#| autorun: true
142-
#| max-lines: 10
142+
#| max-lines: 5
143143
# strings store text data - perfect for documents!
144144
title = "Document Engineering: "
145145
subtitle = "A Beginner's Guide"
@@ -189,7 +189,7 @@ What does this illustrate about the `list` type in Python?
189189

190190
```{pyodide}
191191
#| autorun: true
192-
#| max-lines: 8
192+
#| max-lines: 4
193193
# tuples store immutable data - perfect for document metadata!
194194
doc_info = ("User Manual", "v2.1", "2025-09-01", "PDF", "42 pages")
195195
print("Tuple type:", type(doc_info))

0 commit comments

Comments
 (0)