Skip to content

Commit 2213205

Browse files
authored
style: remove Pyodide text from first bullet (#17)
1 parent 0d64866 commit 2213205

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ <h1 id="pyscript">Say Hello to PyScript</h1>
202202
<h2>What is PyScript? Well, here are some of the core components:</h2>
203203
<!-- new copy from Fabio -->
204204
<ul>
205-
<li><strong>Python in the browser:</strong> Enable drop-in content, external file hosting (made possible by the <a href="https://pyodide.org/en/stable/" target="_blank">Pyodide project</a>, thank you!), and application hosting without the reliance on server-side configuration</li>
205+
<li><strong>Python in the browser:</strong> Enable drop-in content, external file hosting, and application hosting without the reliance on server-side configuration</li>
206206
<li><strong>Python ecosystem:</strong> Run many popular packages of Python and the scientific stack (such as numpy, pandas, scikit-learn, and more)</li>
207207
<li><strong>Python with JavaScript:</strong> Bi-directional communication between Python and Javascript objects and namespaces </li>
208208
<li><strong>Environment management:</strong> Allow users to define what packages and files to include for the page code to run</li>

0 commit comments

Comments
 (0)