Commit 9cff1408 authored by da-woods's avatar da-woods Committed by GitHub

docs: fix code quoting error (GH-4729)

parent f2dafd13
...@@ -772,7 +772,7 @@ cannot be pickled) decorate the class with ``@cython.auto_pickle(True)``. ...@@ -772,7 +772,7 @@ cannot be pickled) decorate the class with ``@cython.auto_pickle(True)``.
One can also annotate with ``@cython.auto_pickle(False)`` to get the old One can also annotate with ``@cython.auto_pickle(False)`` to get the old
behavior of not generating a ``__reduce__`` method in any case. behavior of not generating a ``__reduce__`` method in any case.
Manually implementing a ``__reduce__`` or `__reduce_ex__`` method will also Manually implementing a ``__reduce__`` or ``__reduce_ex__`` method will also
disable this auto-generation and can be used to support pickling of more disable this auto-generation and can be used to support pickling of more
complicated types. complicated types.
......
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