Skip to content

Commit

Permalink
fixed opentype reference in Sphinx doc
Browse files Browse the repository at this point in the history
  • Loading branch information
etingof committed Nov 23, 2017
1 parent 67e460c commit 136890e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/pyasn1/type/univ/any.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

The |ASN.1| type models an arbitrary value of an arbitrary type. Typically,
a selection of types are defined in form of an
`open type </pyasn1/type/opentype/contents>`_ . Technically, the ANY
:ref:`open type <opentype.OpenType>` . Technically, the ANY
value is a serialised representation of some other ASN.1 object.

.. automethod:: pyasn1.type.univ.Any.clone(value=NoValue(), tagSet=TagSet(), subtypeSpec=ConstraintsIntersection(), encoding='iso-8859-1')
Expand Down

0 comments on commit 136890e

Please sign in to comment.