Skip to content

Commit c8b43ef

Browse files
author
Philip Guo
committed
minor
1 parent e97acd3 commit c8b43ef

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

edu-python-tutor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ $(document).ready(function() {
7575

7676
// do this AFTER making #pyOutputPane visible, or else
7777
// jsPlumb connectors won't render properly
78-
processTrace(curTrace /* kinda dumb and redundant */, true);
78+
processTrace(curTrace /* kinda dumb and redundant */, false);
7979
}
8080
else {
8181
assert(false);

question.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797

9898
<div id="pyCodeOutputDiv">
9999

100-
Use left and right arrow keys to step through this code:
100+
Use <b>left</b> and <b>right</b> arrow keys to step through this code:
101101
<table id="pyCodeOutput"></table>
102102

103103
</div>

tutor.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142

143143
<div id="pyCodeOutputDiv">
144144

145-
Use left and right arrow keys to step through this code:
145+
Use <b>left</b> and <b>right</b> arrow keys to step through this code:
146146
<table id="pyCodeOutput"></table>
147147

148148
</div>

0 commit comments

Comments
 (0)