summaryrefslogtreecommitdiff
path: root/pyasn1/type/base.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyasn1/type/base.py')
-rw-r--r--pyasn1/type/base.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/pyasn1/type/base.py b/pyasn1/type/base.py
index a20eff4..45b27e3 100644
--- a/pyasn1/type/base.py
+++ b/pyasn1/type/base.py
@@ -354,8 +354,8 @@ class AbstractSimpleAsn1Item(Asn1ItemBase):
The following arguments to `subtype()` create a ASN.1 subtype out of
|ASN.1| type:
- Parameters
- ----------
+ Other Parameters
+ ----------------
implicitTag: :py:class:`~pyasn1.type.tag.Tag`
Implicitly apply given ASN.1 tag object to `self`'s
:py:class:`~pyasn1.type.tag.TagSet`, then use the result as
@@ -559,8 +559,8 @@ class AbstractConstructedAsn1Item(Asn1ItemBase):
The following arguments to `subtype()` create a ASN.1 subtype out of
|ASN.1| type.
- Parameters
- ----------
+ Other Parameters
+ ----------------
implicitTag: :py:class:`~pyasn1.type.tag.Tag`
Implicitly apply given ASN.1 tag object to `self`'s
:py:class:`~pyasn1.type.tag.TagSet`, then use the result as