From b4190c7e225bbbfc790990a0244ec76d4f404fe4 Mon Sep 17 00:00:00 2001 From: Thiago Lages de Alencar Date: Sun, 9 Jan 2022 05:18:06 -0300 Subject: [PATCH] Update python.md Link was down, switched to github repository --- python.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python.md b/python.md index e6d257f..c2272dc 100644 --- a/python.md +++ b/python.md @@ -151,7 +151,7 @@ Libraries for parsing and manipulating plain texts. ### Text Processing : General Parser * [PLY](http://www.dabeaz.com/ply/) - Implementation of lex and yacc parsing tools for Python -* [pyparsing](http://pyparsing.wikispaces.com/) - A general purpose framework for generating parsers. +* [pyparsing](https://github.com/pyparsing/pyparsing) - A general purpose framework for generating parsers. ### Text Processing : Human Names