8000 Fix typo in passing-objects.md (#856) · lowgrind/pyscript@e45d8bf · GitHub
[go: up one dir, main page]

Skip to content

Commit e45d8bf

Browse files
authored
Fix typo in passing-objects.md (pyscript#856)
Fixes typo in HTML example: `do-mmath` -> `do-math`
1 parent b184c92 commit e45d8bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/howtos/passing-objects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ This will make all Python global variables available in JavaScript with `pyodide
8888
```
8989

9090
```html
91-
<input type="button" value="Log Python Variables" id="do-mmath">
91+
<input type="button" value="Log Python Variables" id="do-math">
9292
<script>
9393
document.getElementById("do-math").addEventListener("click", () => {
9494
const exp = pyodideGlobals.get('rough_exponential');

0 commit comments

Comments
 (0)
0