Skip to content

Commit 8eadf82

Browse files
committed
Add ToTagSetConvertible to docs
1 parent 09f07e7 commit 8eadf82

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pytools/tag.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@
2121
.. class:: TagT
2222
2323
A type variable with lower bound :class:`Tag`.
24+
25+
.. autodata:: ToTagSetConvertible
26+
:no-index:
27+
.. class:: ToTagSetConvertible
28+
29+
See above.
2430
"""
2531

2632
from __future__ import annotations

0 commit comments

Comments
 (0)