We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68da8d1 commit 58ea5f6Copy full SHA for 58ea5f6
1 file changed
tech-preview/micropython/about.html
@@ -115,7 +115,7 @@ <h3>How?</h3>
115
characteristics of different potential runtimes.</p>
116
<p>This version of PyScript, simply does four things:</p>
117
<ol>
118
- <li>Read custom configuration (more on this later), otherwise fall back
+ <li>Read custom configuration, otherwise fall back
119
to sensible defaults.</li>
120
<li>Download and start the language runtime. Currently, this is
121
configured to be MicroPython.</li>
@@ -126,8 +126,6 @@ <h3>How?</h3>
126
<li>Load user defined files onto the runtime's virtual file system (data,
127
code, modules etc).</li>
128
</ol>
129
- <p>Drop into the browser console to see what PyScript is doing, under the
130
- hood.</p>
131
</div>
132
133
</body>
0 commit comments