Expand prototype inheritance docs. Resolve #2220.

This commit is contained in:
Griatch 2022-01-19 22:58:08 +01:00
parent 5f7cbbcec0
commit f1b970d45a
2 changed files with 36 additions and 25 deletions

View file

@ -49,7 +49,6 @@ _PROTOTYPE_RESERVED_KEYS = _PROTOTYPE_META_NAMES + (
"destination",
"permissions",
"locks",
"exec",
"tags",
"attrs",
)