diff --git a/docs/scenarios/cli.rst b/docs/scenarios/cli.rst
index ab357c2fd..617de28c0 100644
--- a/docs/scenarios/cli.rst
+++ b/docs/scenarios/cli.rst
@@ -30,7 +30,7 @@ column printer, iterator based progress bars and implicit argument handling.
Click
-----
-`click `_ is an upcoming Python package for creating
+`click `_ is a Python package for creating
command-line interfaces in a composable way with as little code as
possible. This “Command-line Interface Creation Kit” is highly
configurable but comes with good defaults out of the box.