Skip to content

Commit 12f111f

Browse files
committed
修正拼写错误
Markdiwn2 -> Markdown2 修复不正确空白字符导致的展示结果不符预期
1 parent 67e34bf commit 12f111f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ Awesome 系列虽然挺全,但基本只对收录的资源做了极为简要的
196196
* Markdown
197197
* Mistune:快速并且功能齐全的纯 Python 实现的 Markdown 解析器。[官网](https://github.com/lepture/mistune)
198198
* Python-Markdown:John Gruber’s Markdown 的 Python 版实现。[官网](https://github.com/waylan/Python-Markdown)
199-
* Python-Markdiwn2:纯 Python 实现的 Markdown 解析器,比 Python-Markdown 更快,更准确,可扩展。[官网](https://github.com/trentm/python-markdown2)
199+
* Python-Markdown2:纯 Python 实现的 Markdown 解析器,比 Python-Markdown 更快,更准确,可扩展。[官网](https://github.com/trentm/python-markdown2)
200200
* YAML
201201
* PyYAML:Python 版本的 YAML 解析器。[官网](http://pyyaml.org/)
202202
* CSV
@@ -265,7 +265,7 @@ Awesome 系列虽然挺全,但基本只对收录的资源做了极为简要的
265265
* thefuck:修正你之前的命令行指令。[官网](https://github.com/nvbn/thefuck)
266266
* mycli:一个 MySQL 命令行客户端,具有自动补全和语法高亮功能。[官网](https://github.com/dbcli/mycli)
267267
* pgcli:Postgres 命令行工具,具有自动补全和语法高亮功能。[官网](https://github.com/dbcli/pgcli)
268-
   *   try:一个从来没有更简单的命令行工具,用来试用python库。[官网](https://github.com/timofurrer/try)
268+
* try:一个从来没有更简单的命令行工具,用来试用python库。[官网](https://github.com/timofurrer/try)
269269

270270
### 下载器
271271

0 commit comments

Comments
 (0)