@@ -179,7 +179,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
179179
180180## Authentication
181181
182- * Libraries for implementing authentications schemes.*
182+ * Libraries for implementing authentication schemes.*
183183
184184* OAuth
185185 * [ authlib] ( https://github.com/lepture/authlib ) - JavaScript Object Signing and Encryption draft implementation.
@@ -242,8 +242,8 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
242242
243243* Code Analysis
244244 * [ code2flow] ( https://github.com/scottrogowski/code2flow ) - Turn your Python and JavaScript code into DOT flowcharts.
245- * [ prospector] ( https://github.com/PyCQA/prospector ) - A tool to analyse Python code.
246- * [ vulture] ( https://github.com/jendrikseipp/vulture ) - A tool for finding and analysing dead Python code.
245+ * [ prospector] ( https://github.com/PyCQA/prospector ) - A tool to analyze Python code.
246+ * [ vulture] ( https://github.com/jendrikseipp/vulture ) - A tool for finding and analyzing dead Python code.
247247* Code Linters
248248 * [ flake8] ( https://github.com/PyCQA/flake8 ) - A wrapper around ` pycodestyle ` , ` pyflakes ` and McCabe.
249249 * [ awesome-flake8-extensions] ( https://github.com/DmytroLitvinov/awesome-flake8-extensions )
@@ -328,7 +328,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
328328
329329## Data Analysis
330330
331- * Libraries for data analyzing .*
331+ * Libraries for data analysis .*
332332
333333* [ pandas] ( http://pandas.pydata.org/ ) - A library providing high-performance, easy-to-use data structures and data analysis tools.
334334* [ polars] ( https://github.com/pola-rs/polars ) - A fast DataFrame library implemented in Rust with a Python API.
@@ -750,7 +750,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
750750* [ itsdangerous] ( https://github.com/pallets/itsdangerous ) - Various helpers to pass trusted data to untrusted environments.
751751* [ magenta] ( https://github.com/magenta/magenta ) - A tool to generate music and art using artificial intelligence.
752752* [ pluginbase] ( https://github.com/mitsuhiko/pluginbase ) - A simple but flexible plugin system for Python.
753- * [ tryton] ( http://www.tryton.org/ ) - A general purpose business framework.
753+ * [ tryton] ( http://www.tryton.org/ ) - A general- purpose business framework.
754754
755755## Natural Language Processing
756756
0 commit comments