@@ -167,7 +167,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
167167
168168## Authentication
169169
170- * Libraries for implementing authentications schemes.*
170+ * Libraries for implementing authentication schemes.*
171171
172172* OAuth
173173 * [ authlib] ( https://github.com/lepture/authlib ) - JavaScript Object Signing and Encryption draft implementation.
@@ -230,8 +230,8 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
230230
231231* Code Analysis
232232 * [ code2flow] ( https://github.com/scottrogowski/code2flow ) - Turn your Python and JavaScript code into DOT flowcharts.
233- * [ prospector] ( https://github.com/PyCQA/prospector ) - A tool to analyse Python code.
234- * [ vulture] ( https://github.com/jendrikseipp/vulture ) - A tool for finding and analysing dead Python code.
233+ * [ prospector] ( https://github.com/PyCQA/prospector ) - A tool to analyze Python code.
234+ * [ vulture] ( https://github.com/jendrikseipp/vulture ) - A tool for finding and analyzing dead Python code.
235235* Code Linters
236236 * [ flake8] ( https://github.com/PyCQA/flake8 ) - A wrapper around ` pycodestyle ` , ` pyflakes ` and McCabe.
237237 * [ awesome-flake8-extensions] ( https://github.com/DmytroLitvinov/awesome-flake8-extensions )
@@ -314,7 +314,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
314314
315315## Data Analysis
316316
317- * Libraries for data analyzing .*
317+ * Libraries for data analysis .*
318318
319319* [ pandas] ( http://pandas.pydata.org/ ) - A library providing high-performance, easy-to-use data structures and data analysis tools.
320320* [ aws-sdk-pandas] ( https://github.com/aws/aws-sdk-pandas ) - Pandas on AWS.
@@ -725,7 +725,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
725725* [ itsdangerous] ( https://github.com/pallets/itsdangerous ) - Various helpers to pass trusted data to untrusted environments.
726726* [ magenta] ( https://github.com/magenta/magenta ) - A tool to generate music and art using artificial intelligence.
727727* [ pluginbase] ( https://github.com/mitsuhiko/pluginbase ) - A simple but flexible plugin system for Python.
728- * [ tryton] ( http://www.tryton.org/ ) - A general purpose business framework.
728+ * [ tryton] ( http://www.tryton.org/ ) - A general- purpose business framework.
729729
730730## Natural Language Processing
731731
0 commit comments