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 5572f4d commit f899453Copy full SHA for f899453
1 file changed
peps/pep-0776.rst
@@ -317,7 +317,7 @@ switch in order to instantiate a dynamic library synchronously.
317
318
To avoid the synchronous loading limit, Pyodide currently preloads all dynamic
319
libraries present in a wheel when installing the wheel (or on startup). This is
320
-a significant disadvantage with pages like scipy that include a very large
+a significant disadvantage with packages like scipy that include a very large
321
number of shared libraries that are expected to be only loaded on demand.
322
Pyodide will implement a solution based on stack switching as it becomes more
323
widely available in runtimes.
0 commit comments