summaryrefslogtreecommitdiff
path: root/pyasn1/type/tag.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyasn1/type/tag.py')
-rw-r--r--pyasn1/type/tag.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyasn1/type/tag.py b/pyasn1/type/tag.py
index dd33e49..b88a734 100644
--- a/pyasn1/type/tag.py
+++ b/pyasn1/type/tag.py
@@ -320,7 +320,7 @@ class TagSet(object):
Returns
-------
: :py:class:`bool`
- `True` if callee is a supertype of *tagSet*
+ :obj:`True` if callee is a supertype of *tagSet*
"""
if len(tagSet) < self.__lenOfSuperTags:
return False