We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 520f6db + 21e33aa commit a774f70Copy full SHA for a774f70
docs/user-guide/dom.md
@@ -10,7 +10,7 @@ There are currently two ways to interact with the DOM:
10
11
1. Through the [foreign function interface](#ffi) (FFI) to interact with objects found
12
in the browser's `globalThis` or `document` objects.
13
-2. Through the [`pydom` module](#pydom) that acts as a Pythonic wrapper around
+2. Through the [`pyscript.web` module](#pyscriptweb) that acts as a Pythonic wrapper around
14
the FFI and comes as standard with PyScript.
15
16
## FFI
0 commit comments