Commit d62bc77b authored by Stefan Behnel's avatar Stefan Behnel

Fix include file reference in docs.

parent 3e6e8c01
......@@ -291,7 +291,7 @@ about object parameters in C functions.
To create a borrowed reference, specify the parameter type as ``PyObject*``.
Cython won't perform automatic ``Py_INCREF``, or ``Py_DECREF``, e.g.:
.. literalinclude:: ../../examples/userguide/language_basics/parameter_refcount.pxd
.. literalinclude:: ../../examples/userguide/language_basics/parameter_refcount.pyx
will display::
......
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