Skip to content

Commit f527e96

Browse files
authored
Remove docutils.nodes.reference, which has no resemblance to the implementation (#5235)
1 parent a690a14 commit f527e96

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

stubs/docutils/docutils/nodes.pyi

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
from typing import Any, List
2-
3-
class reference:
4-
def __init__(self, rawsource: str = ..., text: str = ..., *children: List[Any], **attributes: Any) -> None: ...
1+
from typing import Any
52

63
def __getattr__(name: str) -> Any: ... # incomplete

0 commit comments

Comments
 (0)