summaryrefslogtreecommitdiff
path: root/docs/source/pyasn1/type/univ/choice.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/pyasn1/type/univ/choice.rst')
-rw-r--r--docs/source/pyasn1/type/univ/choice.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/pyasn1/type/univ/choice.rst b/docs/source/pyasn1/type/univ/choice.rst
index 9731971..9e2b4dc 100644
--- a/docs/source/pyasn1/type/univ/choice.rst
+++ b/docs/source/pyasn1/type/univ/choice.rst
@@ -9,7 +9,7 @@
.. autoclass:: pyasn1.type.univ.Choice(componentType=None, tagSet=tagSet(), subtypeSpec=ConstraintsIntersection(), sizeSpec=ConstraintsIntersection())
:members: isValue, isSameTypeWith, isSuperTypeOf, tagSet, effectiveTagSet, tagMap, componentType, subtypeSpec, sizeSpec,
getComponentByPosition, setComponentByPosition, getComponentByName, setComponentByName, setDefaultComponents,
- getComponentByType, setComponentByType, getName, getComponent
+ getComponentByType, setComponentByType, getName, getComponent, isInconsistent
.. note::