aboutsummaryrefslogtreecommitdiff
path: root/pyasn1/type/tag.py
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2019-07-13 14:14:50 +0200
committerIlya Etingof <etingof@gmail.com>2019-07-13 14:17:20 +0200
commit18974828b048383f15cab77e2e3c181a373ace1a (patch)
tree6cfde59b3c748c07fb44fb2d7a1ea29bdc588225 /pyasn1/type/tag.py
parentbc6cc03491480afe90663fed9b56e07537980022 (diff)
downloadpyasn1-18974828b048383f15cab77e2e3c181a373ace1a.tar.gz
Fix Python builtins ReST references in docstrings
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