From 07b1b636e82f7c686d27f5179f4b00f6bd39c7e0 Mon Sep 17 00:00:00 2001 From: filosfino Date: Wed, 14 Dec 2016 10:27:38 +0800 Subject: [PATCH] fix: typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a6e2e6b..1cd0e1c 100644 --- a/README.md +++ b/README.md @@ -359,7 +359,7 @@ Python实现的数据库。 用来连接和操作数据库的库。 -* ySQL:[awesome-mysql](http://shlomi-noach.github.io/awesome-mysql/)系列 +* MySQL:[awesome-mysql](http://shlomi-noach.github.io/awesome-mysql/)系列 * mysql-python:Python 的 MySQL 数据库连接器。[官网](https://sourceforge.net/projects/mysql-python/) * ysqlclient:[mysql-python](https://github.com/PyMySQL/mysqlclient-python) 分支,支持 Python 3。 * oursql:一个更好的 MySQL 连接器,支持原生预编译指令和 BLOBs.[官网](https://pythonhosted.org/oursql/)