1
0
mirror of https://github.com/eternnoir/pyTelegramBotAPI.git synced 2023-08-10 21:12:57 +03:00

Merge pull request #1054 from timgates42/bugfix_typo_performance

docs: fix simple typo, perfomance -> performance
This commit is contained in:
Badiboy 2020-12-25 01:52:17 +03:00 committed by GitHub
commit b5d054cf5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,7 @@ There are 5 examples in this directory using different libraries:
* **Pros:**
* It's a web application framework
* Python 3 compatible
* Asynchronous, excellent perfomance
* Asynchronous, excellent performance
* Utilizes new async/await syntax
* **Cons:**
* Requires Python 3.4.2+, don't work with Python 2