Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f24b49d

Browse files
authored
Merge pull request vinta#1169 from yuokada/patch-1
Fix pyparsing link
2 parents 969eac8 + 2aa6e2a commit f24b49d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1158,7 +1158,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
11581158
* [phonenumbers](https://github.com/daviddrysdale/python-phonenumbers) - Parsing, formatting, storing and validating international phone numbers.
11591159
* [PLY](http://www.dabeaz.com/ply/) - Implementation of lex and yacc parsing tools for Python.
11601160
* [Pygments](http://pygments.org/) - A generic syntax highlighter.
1161-
* [pyparsing](http://pyparsing.wikispaces.com/) - A general purpose framework for generating parsers.
1161+
* [pyparsing](https://github.com/pyparsing/pyparsing) - A general purpose framework for generating parsers.
11621162
* [python-nameparser](https://github.com/derek73/python-nameparser) - Parsing human names into their individual components.
11631163
* [python-user-agents](https://github.com/selwin/python-user-agents) - Browser user agent parser.
11641164
* [sqlparse](https://github.com/andialbrecht/sqlparse) - A non-validating SQL parser.

0 commit comments

Comments
 (0)