docs: add punctuation to class docstring
This commit is contained in:
parent
99c4d9dd3a
commit
bfe178328e
|
@ -128,7 +128,7 @@ _NodeType = TypeVar("_NodeType", bound="Node")
|
|||
|
||||
class NodeMeta(type):
|
||||
"""Metaclass used by :class:`Node` to enforce that direct construction raises
|
||||
:class:`Failed`
|
||||
:class:`Failed`.
|
||||
|
||||
This behaviour supports the indirection introduced with :meth:`Node.from_parent`,
|
||||
the named constructor to be used instead of direct construction. The design
|
||||
|
|
Loading…
Reference in New Issue