Skip to content

Commit

Permalink
Updated docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Oct 16, 2020
1 parent c724d37 commit 1b87fdb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion domdf_python_tools/terminal_colours.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
"Back",
"Style",
"Cursor",
"strip_ansi",
]

init()
Expand Down Expand Up @@ -127,6 +128,8 @@ def strip_ansi(value: str) -> str:
:param value:
:rtype:
.. versionadded:: 1.1.0
"""

Expand All @@ -143,7 +146,7 @@ class Colour(str):
:type style: :class:`str`
:param stack: The stack to place the escape sequence on.
:type stack: :class:`~typing.List`\[:class:`str`\]
:param reset: The escape sequence the reset the style.
:param reset: The escape sequence to reset the style.
:type reset: :class:`str`
"""

Expand Down

0 comments on commit 1b87fdb

Please sign in to comment.