8000
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.
1 parent b184c92 commit e45d8bfCopy full SHA for e45d8bf
docs/howtos/passing-objects.md
@@ -88,7 +88,7 @@ This will make all Python global variables available in JavaScript with `pyodide
88
```
89
90
```html
91
-<input type="button" value="Log Python Variables" id="do-mmath">
+<input type="button" value="Log Python Variables" id="do-math">
92
<script>
93
document.getElementById("do-math").addEventListener("click", () => {
94
const exp = pyodideGlobals.get('rough_exponential');
0 commit comments