doc/examples.rst | 4 ++-- diff --git a/doc/examples.rst b/doc/examples.rst index 6b878926c2f54b4a9f31072e90c9e42e6050dd8354063d08874b8c2acfd90ef9..9fc6af7135916c2709ca4f084f209aa2e1a6daa1a8a28e5870b84193093519da 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()), )