From 841ad44bacaff05ec79ef78166d12e80c82ba6d7 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Mon, 2 May 2022 11:17:19 -0700 Subject: [PATCH] Fixed typo --- docs/changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 8733e7c..f2f97a7 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -7,7 +7,7 @@ 3.26.1 (2022-05-02) ------------------- -- Now depends on `click-default-group-wheel `__, a pure Python wheel package. This means you can install and use this package with `Pyodide `__, which can run Python entirely in your broswer using WebAssembly. (`#429 `__) +- Now depends on `click-default-group-wheel `__, a pure Python wheel package. This means you can install and use this package with `Pyodide `__, which can run Python entirely in your browser using WebAssembly. (`#429 `__) Try that out using the `Pyodide REPL `__: