Commit c3332126 authored by Stefan Behnel's avatar Stefan Behnel

Minor docs clarification.

parent ccea90ad
...@@ -256,7 +256,8 @@ nested in Cython: ...@@ -256,7 +256,8 @@ nested in Cython:
.. literalinclude:: ../../examples/userguide/wrapping_CPlusPlus/nested_class.pyx .. literalinclude:: ../../examples/userguide/wrapping_CPlusPlus/nested_class.pyx
Note that the nested class is declared with a ``cppclass`` but without a ``cdef``. Note that the nested class is declared with a ``cppclass`` but without a ``cdef``,
as it is already part of a ``cdef`` declaration section.
C++ operators not compatible with Python syntax C++ operators not compatible with Python syntax
------------------------------------------------ ------------------------------------------------
......
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