Skip to content

Commit d7d9c1b

Browse files
authored
Merge pull request #2673 from KunchaChennikaWangmai/patch-1
Update README.md
2 parents 80cbbfe + 3cc9d3c commit d7d9c1b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)