Demo¶
Highlights¶
Plural(singular:str, plural:str)
Represents a word as its singular and plural.
See more in domdf_python_tools.words.
StringList( iterable:Iterable[String] =(), convert_indents:bool=False, )
A list of strings that represent lines in a multiline string.
See more in domdf_python_tools.stringlist.
See another example in the documentation for domdf_python_tools, which uses the ReadTheDocs Sphinx Theme.