Commit bbb79589 authored by gabrieldemarmiesse's avatar gabrieldemarmiesse

Docs: Fixed a typo in a filename causing it not to be displayed in the docs.

parent ff34ca03
...@@ -301,7 +301,7 @@ a typedef for its template parameters it is preferable to use that name here. ...@@ -301,7 +301,7 @@ a typedef for its template parameters it is preferable to use that name here.
Template functions are defined similarly to class templates, with Template functions are defined similarly to class templates, with
the template parameter list following the function name: the template parameter list following the function name:
.. literalinclude:: ../../examples/userguide/wrapping_CPlusPlus/function_template.pyx .. literalinclude:: ../../examples/userguide/wrapping_CPlusPlus/function_templates.pyx
Standard library Standard library
......
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