From 7ced2be8fec3b7a12357f27ed5b9d646b34f9fbc Mon Sep 17 00:00:00 2001 From: xianhu Date: Mon, 5 Dec 2016 18:38:16 +0800 Subject: [PATCH] update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a26fdd8..6e75767 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ ### python_lda.py: 玩点高级的--带你入门Topic模型LDA(小改进+附源码) -### python_sqlalchemy.py: 作为一个Pythoner,不会SQLAlchemy都不好意思跟同行打招呼! +### python_sqlalchemy.py: 作为一个Pythoner, 不会SQLAlchemy都不好意思跟同行打招呼! ### python_oneline.py: 几个小例子告诉你, 一行Python代码能干哪些事 @@ -26,7 +26,7 @@ ### python_metaclass.py: Python进阶: 一步步理解Python中的元类metaclass -### python_coroutine.py: Python进阶:理解Python中的异步IO和协程(Coroutine), 并应用在爬虫中 +### python_coroutine.py: Python进阶: 理解Python中的异步IO和协程(Coroutine), 并应用在爬虫中 ### python_aiohttp.py: Python中最好用的异步爬虫库Aiohttp代码实例 ===================================================================================================