X-Git-Url: http://www.git.cypherpunks.ru/?p=pyderasn.git;a=blobdiff_plain;f=doc%2Fexamples.rst;fp=doc%2Fexamples.rst;h=ce205043a7e7189f8b3cec2064be8fd42df35b10;hp=7c10dadbcea3f20c80c465a4197f2528b714518a;hb=ebf544f19d1757e37688201edd3333c8faf9c79b;hpb=d60aaac3ba56405102d013dc4758667839a8e5ee diff --git a/doc/examples.rst b/doc/examples.rst index 7c10dad..ce20504 100644 --- a/doc/examples.rst +++ b/doc/examples.rst @@ -486,13 +486,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()), )