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 b08d74a commit e64d0b9Copy full SHA for e64d0b9
docs/ext/manager_tmpl.j2
@@ -63,7 +63,7 @@ Manager for {{ cls | classref() }} objects.
63
* ``{{ a }}`` (required if not discovered on the parent objects)
64
{% endfor %}
65
{% for a in cls.requiredCreateAttrs %}
66
- * ``{{ a }}`` (optional)
+ * ``{{ a }}`` (required)
67
68
{% for a in cls.optionalCreateAttrs %}
69
* ``{{ a }}`` (optional)
0 commit comments