Skip to content

Commit 15c97b9

Browse files
authored
Update layout.py
1 parent a3de67c commit 15c97b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sphinx_needs/layout.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -729,7 +729,7 @@ def meta_links_all(
729729

730730
def meta_rst(
731731
self, name: str, prefix: str | None = None, show_empty: bool = False
732-
) -> nodes.paragraph:
732+
) -> nodes.paragraph | list[nodes.Element]:
733733
"""
734734
Returns the specific metadata of a need inside docutils nodes, parsed as multiline rst.
735735
Usage::

0 commit comments

Comments
 (0)