mirror of
https://github.com/python/cpython.git
synced 2025-08-01 15:43:13 +00:00
[3.10] [doc] Fix typos found using codespell (GH-28744) (GH-28758)
This commit is contained in:
parent
325e4647af
commit
d15f47d179
12 changed files with 16 additions and 16 deletions
|
@ -550,7 +550,7 @@ Built-in modules have no ``__file__`` attribute::
|
|||
File "<stdin>", line 1, in <module>
|
||||
AttributeError: module 'sys' has no attribute '__file__'
|
||||
|
||||
Other C extensins are built as dynamic libraires, like the ``_asyncio`` module.
|
||||
Other C extensins are built as dynamic libraries, like the ``_asyncio`` module.
|
||||
They are built with the ``Py_BUILD_CORE_MODULE`` macro defined.
|
||||
Example on Linux x86-64::
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue