Skip to content

Commit e64d0b9

Browse files
author
Gauvain Pocentek
committed
docs: fix "required" attribute
1 parent b08d74a commit e64d0b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ext/manager_tmpl.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Manager for {{ cls | classref() }} objects.
6363
* ``{{ a }}`` (required if not discovered on the parent objects)
6464
{% endfor %}
6565
{% for a in cls.requiredCreateAttrs %}
66-
* ``{{ a }}`` (optional)
66+
* ``{{ a }}`` (required)
6767
{% endfor %}
6868
{% for a in cls.optionalCreateAttrs %}
6969
* ``{{ a }}`` (optional)

0 commit comments

Comments
 (0)