Skip to content

Commit 03c2336

Browse files
committed
Updated docs.
1 parent e547dae commit 03c2336

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

domdf_python_tools/stringlist.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
from domdf_python_tools.typing import String
3737
from domdf_python_tools.utils import convert_indents
3838

39-
__all__ = ["Indent", "StringList"]
39+
__all__ = ["Indent", "StringList", "DelimitedList"]
4040

4141

4242
@prettify_docstrings
@@ -432,6 +432,7 @@ class DelimitedList(List[str]):
432432
>>> f"Numbers: {l:, }"
433433
'Numbers: 1, 2, 3, 4, 5'
434434
435+
.. versionadded:: 1.1.0
435436
"""
436437

437438
def __format__(self, format_spec: str) -> str:

0 commit comments

Comments
 (0)