Commit 987b67c8 authored by gabrieldemarmiesse's avatar gabrieldemarmiesse

Fixed a typo in compilation.rst.

parent 3b73d9aa
...@@ -540,7 +540,7 @@ was supposed to. ...@@ -540,7 +540,7 @@ was supposed to.
Basic module reloading support is available with the option ``reload_support=True``. Basic module reloading support is available with the option ``reload_support=True``.
Note that this will generate a new module filename for each build and thus Note that this will generate a new module filename for each build and thus
end up loading multiple shared libraries into memory over time. CPython have limited end up loading multiple shared libraries into memory over time. CPython has limited
support for reloading shared libraries as such, support for reloading shared libraries as such,
see `PEP 489 <https://www.python.org/dev/peps/pep-0489/>`_. see `PEP 489 <https://www.python.org/dev/peps/pep-0489/>`_.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment