diff options
author | Christian Clauss <cclauss@me.com> | 2021-10-06 13:56:57 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-06 13:56:57 (GMT) |
commit | d15f47d1797292be7fe7f846f389bcd023a710d5 (patch) | |
tree | ef26de028d212b8d91af6e1ddaa7985ed727d061 /Doc/using | |
parent | 325e4647afffe347cc20747f3dccc6ba9e782636 (diff) | |
download | cpython-d15f47d1797292be7fe7f846f389bcd023a710d5.zip cpython-d15f47d1797292be7fe7f846f389bcd023a710d5.tar.gz cpython-d15f47d1797292be7fe7f846f389bcd023a710d5.tar.bz2 |
[3.10] [doc] Fix typos found using codespell (GH-28744) (GH-28758)
Diffstat (limited to 'Doc/using')
-rw-r--r-- | Doc/using/configure.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/using/configure.rst b/Doc/using/configure.rst index 177f25f..14ffdd7 100644 --- a/Doc/using/configure.rst +++ b/Doc/using/configure.rst @@ -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:: |