diff -r 9e3f5b5bcf7e Doc/howto/clinic.rst --- a/Doc/howto/clinic.rst Wed Jan 08 18:16:02 2014 -0500 +++ b/Doc/howto/clinic.rst Wed Jan 08 18:16:07 2014 -0800 @@ -821,10 +821,10 @@ 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]