Skip to content

Commit f899453

Browse files
committed
pages => packages
1 parent 5572f4d commit f899453

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

peps/pep-0776.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ switch in order to instantiate a dynamic library synchronously.
317317

318318
To avoid the synchronous loading limit, Pyodide currently preloads all dynamic
319319
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
320+
a significant disadvantage with packages like scipy that include a very large
321321
number of shared libraries that are expected to be only loaded on demand.
322322
Pyodide will implement a solution based on stack switching as it becomes more
323323
widely available in runtimes.

0 commit comments

Comments
 (0)