We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7b3f55 commit ef3182cCopy full SHA for ef3182c
1 file changed
website/en/book/elements/pyide.md
@@ -287,8 +287,8 @@ for col in range(num_blocks):
287
color = black
288
else:
289
color = white
290
-block = rectangle(block_size, block_size, color)
291
-line = beside(line, block)
+ block = rectangle(block_size, block_size, color)
+ line = beside(line, block)
292
second_line = rotate(180, line)
293
finish_line = above(line, second_line)
294
show_graphic(finish_line)
0 commit comments