X-Git-Url: http://www.git.cypherpunks.ru/?p=pyderasn.git;a=blobdiff_plain;f=doc%2Fexamples.rst;fp=doc%2Fexamples.rst;h=5dace604dc254fcc8d1c00205a195ba8b084d353;hp=7e4c473bc70bd5d46ffeafee57d3644027bdd333;hb=ac1628691fa68bcc61a0374b219ead802b94e17b;hpb=8b8c7004e1915ec64240e9860d8169b15155268b diff --git a/doc/examples.rst b/doc/examples.rst index 7e4c473..5dace60 100644 --- a/doc/examples.rst +++ b/doc/examples.rst @@ -177,7 +177,7 @@ We are ready to decode PayPal's certificate from Go `encoding/asn1 `__ test suite (assuming that it's DER encoded representation is already in ``raw`` variable):: - >>> crt, tail = Certificate().decode(raw) + >>> crt = Certificate().decod(raw) >>> crt Certificate SEQUENCE[tbsCertificate: TBSCertificate SEQUENCE[ version: [0] EXPLICIT Version INTEGER v3 OPTIONAL;