From 136890e0482020375cdc6cde03da7ebaf4e937c6 Mon Sep 17 00:00:00 2001 From: Ilya Etingof Date: Thu, 23 Nov 2017 12:06:38 +0100 Subject: fixed opentype reference in Sphinx doc --- docs/source/pyasn1/type/univ/any.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/source/pyasn1') diff --git a/docs/source/pyasn1/type/univ/any.rst b/docs/source/pyasn1/type/univ/any.rst index e4a7876..56e593e 100644 --- a/docs/source/pyasn1/type/univ/any.rst +++ b/docs/source/pyasn1/type/univ/any.rst @@ -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 `_ . Technically, the ANY + :ref:`open type ` . 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') -- cgit v1.2.3