We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45e8bc4 commit 3e7c33cCopy full SHA for 3e7c33c
annofabapi/util/attribute_restrictions.py
@@ -7,7 +7,7 @@
7
.. code-block:: python
8
9
>>> import annofabapi
10
- >>> from annofabapi.util.annotation_specs import AnnotationSpecsAccessor
+ >>> from annofabapi.util.attribute_restrictions import AttributeFactory
11
>>> service = annofabapi.build()
12
>>> annotation_specs, _ = service.api.get_annotation_specs("prj1", query_params={"v": "3"})
13
>>> fac = AttributeFactory(annotation_specs)
0 commit comments