X-Git-Url: http://www.git.cypherpunks.ru/?p=pyderasn.git;a=blobdiff_plain;f=doc%2Fexamples.rst;h=512c8f8f1a9041daf61c4eee9a3ae0dcddb2e487;hp=a9e57b66e2e88d8623e5b971660de824fa1a8f01;hb=78833daa9b9637827bfb570135e699b5871aefd3;hpb=7aed684a10179b2e57e81369e956ac6df4fb135e diff --git a/doc/examples.rst b/doc/examples.rst index a9e57b6..512c8f8 100644 --- a/doc/examples.rst +++ b/doc/examples.rst @@ -424,13 +424,13 @@ fields automatic decoding:: class AttributeTypeAndValue(Sequence): schema = ( - ("type", AttributeType(defines=("value", { + ((("type",), AttributeType(defines=("value", { id_at_countryName: PrintableString(), id_at_stateOrProvinceName: PrintableString(), id_at_localityName: PrintableString(), id_at_organizationName: PrintableString(), id_at_commonName: PrintableString(), - }))), + }))),), ("value", AttributeValue()), )