Commit c1cb227b authored by Zachary Ware's avatar Zachary Ware

Closes #20200: Argument Clinic custom converter example should be in a

'python' clinic block, not a 'clinic' clinic block.  Patch written by
Ryan Smith-Roberts.
parent 4caa61d2
......@@ -821,10 +821,10 @@ On the other hand, if you have a lot of functions that will use the same
type for ``self``, it's best to create your own converter, subclassing
``self_converter`` but overwriting the ``type`` member::
/*[clinic input]
/*[python input]
class PicklerObject_converter(self_converter):
type = "PicklerObject *"
[clinic start generated code]*/
[python start generated code]*/
/*[clinic input]
......
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