Skip to content

Commit 3e7c33c

Browse files
authored
Update attribute_restrictions.py (#715)
1 parent 45e8bc4 commit 3e7c33c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

annofabapi/util/attribute_restrictions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
.. code-block:: python
88
99
>>> import annofabapi
10-
>>> from annofabapi.util.annotation_specs import AnnotationSpecsAccessor
10+
>>> from annofabapi.util.attribute_restrictions import AttributeFactory
1111
>>> service = annofabapi.build()
1212
>>> annotation_specs, _ = service.api.get_annotation_specs("prj1", query_params={"v": "3"})
1313
>>> fac = AttributeFactory(annotation_specs)

0 commit comments

Comments
 (0)