Skip to content

Commit 58ea5f6

Browse files
committed
V1.1
1 parent 68da8d1 commit 58ea5f6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tech-preview/micropython/about.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ <h3>How?</h3>
115115
characteristics of different potential runtimes.</p>
116116
<p>This version of PyScript, simply does four things:</p>
117117
<ol>
118-
<li>Read custom configuration (more on this later), otherwise fall back
118+
<li>Read custom configuration, otherwise fall back
119119
to sensible defaults.</li>
120120
<li>Download and start the language runtime. Currently, this is
121121
configured to be MicroPython.</li>
@@ -126,8 +126,6 @@ <h3>How?</h3>
126126
<li>Load user defined files onto the runtime's virtual file system (data,
127127
code, modules etc).</li>
128128
</ol>
129-
<p>Drop into the browser console to see what PyScript is doing, under the
130-
hood.</p>
131129
</div>
132130
</div>
133131
</body>

0 commit comments

Comments
 (0)