This repository was archived by the owner on Feb 20, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ Highlights
5454
5555
5656* **Breaking change **: use `colorama ` instead of hard-coding ANSI sequences names and values
57- of `cli_ui ` constants. All existing names have been kept, but some of the values changed slighlty .
57+ of `cli_ui ` constants. All existing names have been kept, but some of the values changed slightly .
5858
5959* ``ask_ `` functions now take a variable number of tokens as first argument.
6060 This allows to color the prompt when requiring input from the user, for instance::
@@ -79,7 +79,7 @@ Other Changes
7979
8080* Annotate everything with ``mypy ``.
8181* Use ``black `` for automatic code formatting.
82- * If you nedd the ``record_message() `` pytest fixture in your own tests, you can now
82+ * If you need the ``record_message() `` pytest fixture in your own tests, you can now
8383 import it with ``from cli_ui.tests import message_recorder ``.
8484
8585v0.7.4
@@ -107,7 +107,7 @@ v0.7.1
107107v0.7.0
108108++++++
109109
110- * Add ``ask_password `` and ``read_pasword ``. Patch by @drazisil
110+ * Add ``ask_password `` and ``read_password ``. Patch by @drazisil
111111
112112v0.6.1
113113++++++
You can’t perform that action at this time.
0 commit comments