From d408208ef8a95e628d817d16812213d3e5a394e0 Mon Sep 17 00:00:00 2001 From: Vinta Date: Mon, 24 Aug 2015 19:49:40 +0800 Subject: [PATCH] refine --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c97f7c..dba77fb 100644 --- a/README.md +++ b/README.md @@ -743,7 +743,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by *Libraries for networking programming.* -* [asyncio](https://docs.python.org/3/library/asyncio.html) - (Python standard library in Python 3.4+) Asynchronous I/O, event loop, coroutines and tasks. +* [asyncio](https://docs.python.org/3/library/asyncio.html) - (Python standard library) Asynchronous I/O, event loop, coroutines and tasks. * [Tornado](http://www.tornadoweb.org/) - A Web framework and asynchronous networking library. * [Twisted](https://twistedmatrix.com/trac/) - An event-driven networking engine. * [pulsar](https://github.com/quantmind/pulsar) - Event-driven concurrent framework for Python.