We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52d1dd1 commit e3474b6Copy full SHA for e3474b6
3 files changed
2025.8.1/search/search_index.json
2025.8.1/sitemap.xml.gz
0 Bytes
2025.8.1/user-guide/dom/index.html
@@ -979,7 +979,7 @@ <h1 id="the-dom">The DOM</h1>
979
<ol>
980
<li>Through the <a href="#ffi">foreign function interface</a> (FFI) to interact with objects found
981
in the browser's <code>globalThis</code> or <code>document</code> objects.</li>
982
-<li>Through the <a href="#pydom"><code>pydom</code> module</a> that acts as a Pythonic wrapper around
+<li>Through the <a href="#pyscriptweb"><code>pyscript.web</code> module</a> that acts as a Pythonic wrapper around
983
the FFI and comes as standard with PyScript.</li>
984
</ol>
985
<h2 id="ffi">FFI</h2>
0 commit comments