html tag not closed (#1473)

This commit is contained in:
StefanoHiway
2023-05-17 12:46:35 +02:00
committed by GitHub
parent a469062a32
commit b0df96b13f

View File

@@ -75,7 +75,7 @@ Now that we have installed the dependencies, we need to patch the Requests libra
pyodide_http.patch_all() pyodide_http.patch_all()
</py-script> </py-script>
</body> </body>
</html </html>
``` ```
## Making a request ## Making a request