From 71d1957a93312d909aa5151a6897ba38b8cc0013 Mon Sep 17 00:00:00 2001 From: Jonathan Slenders Date: Wed, 1 Feb 2023 16:11:25 +0000 Subject: [PATCH] Removed Python 3.6 comment. --- examples/prompts/asyncio-prompt.py | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/prompts/asyncio-prompt.py b/examples/prompts/asyncio-prompt.py index 5a30e73e2..6f94ed951 100755 --- a/examples/prompts/asyncio-prompt.py +++ b/examples/prompts/asyncio-prompt.py @@ -1,6 +1,5 @@ #!/usr/bin/env python """ -(Python >= 3.6) This is an example of how to prompt inside an application that uses the asyncio eventloop. The ``prompt_toolkit`` library will make sure that when other coroutines are writing to stdout, they write above the prompt, not destroying