cpython: 5a8301002f5a (original) (raw)
Mercurial > cpython
changeset 88386:5a8301002f5a
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. [#20200]
Zachary Ware zachary.ware@gmail.com | |
---|---|
date | Thu, 09 Jan 2014 21:41:23 -0600 |
parents | 1f3242fb0c9c |
children | fff1455e1147 |
files | Doc/howto/clinic.rst |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-)[+] [-] Doc/howto/clinic.rst 4 |
line wrap: on
line diff
--- a/Doc/howto/clinic.rst
+++ b/Doc/howto/clinic.rst
@@ -821,10 +821,10 @@ On the other hand, if you have a lot of
type for self
, it's best to create your own converter, subclassing
self_converter
but overwriting the type
member::