Skip to content

Commit 3a4e57c

Browse files
authored
Merge pull request realpython#779 from davidfischer/click-not-upcoming
Click is stable - not upcoming
2 parents 96ddd77 + 54ff4fc commit 3a4e57c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/scenarios/cli.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ column printer, iterator based progress bars and implicit argument handling.
3030
Click
3131
-----
3232

33-
`click <http://click.pocoo.org/>`_ is an upcoming Python package for creating
33+
`click <http://click.pocoo.org/>`_ is a Python package for creating
3434
command-line interfaces in a composable way with as little code as
3535
possible. This “Command-line Interface Creation Kit” is highly
3636
configurable but comes with good defaults out of the box.

0 commit comments

Comments
 (0)