Skip to content

Commit

Permalink
Removed outdated warning about prompt_toolkit 2.0 from docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanslenders committed Nov 3, 2023
1 parent 2047ad8 commit aef0846
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
Python Prompt Toolkit 3.0
=========================

.. warning::

Notice that this is the prompt_toolkit 3.0 documentation. It is mostly
compatible with the 2.0 branch. The difference is that prompt_toolkit 3.0
requires at least Python 3.6. On the plus side, it uses asyncio natively
(rather than it's own event loop), and we have type annotations everywhere.

`prompt_toolkit` is a library for building powerful interactive command line
and terminal applications in Python.

Expand Down

0 comments on commit aef0846

Please sign in to comment.