diff options
| author | shadchin <[email protected]> | 2025-05-22 22:01:46 +0300 |
|---|---|---|
| committer | shadchin <[email protected]> | 2025-05-22 22:15:38 +0300 |
| commit | 523a8cd4f0e1be40af627a02a1a5b7d2a3fa92a7 (patch) | |
| tree | 3914b20600eb3e1b20a0c7cd9fee2d473ee4b519 /contrib/tools/cython/Cython/Build/IpythonMagic.py | |
| parent | d60f47d7590712a9608073b8451e3347e5ebc805 (diff) | |
Update Cython to 3.0.11
commit_hash:ad41766fcde35c98b754b17abb8523d40312b2a6
Diffstat (limited to 'contrib/tools/cython/Cython/Build/IpythonMagic.py')
| -rw-r--r-- | contrib/tools/cython/Cython/Build/IpythonMagic.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/tools/cython/Cython/Build/IpythonMagic.py b/contrib/tools/cython/Cython/Build/IpythonMagic.py index 3fa43c96d1e..315862e3660 100644 --- a/contrib/tools/cython/Cython/Build/IpythonMagic.py +++ b/contrib/tools/cython/Cython/Build/IpythonMagic.py @@ -565,7 +565,7 @@ class CythonMagics(Magics): __doc__ = __doc__.format( # rST doesn't see the -+ flag as part of an option list, so we # hide it from the module-level docstring. - CYTHON_DOC=dedent(CythonMagics.cython.__doc__\ + CYTHON_DOC=dedent(CythonMagics.cython.__doc__ .replace('-+, --cplus', '--cplus ')), CYTHON_INLINE_DOC=dedent(CythonMagics.cython_inline.__doc__), CYTHON_PYXIMPORT_DOC=dedent(CythonMagics.cython_pyximport.__doc__), |
