Skip to content

Commit

Permalink
docs: update index.md docs for Russian
Browse files Browse the repository at this point in the history
  • Loading branch information
impocode committed Aug 19, 2022
1 parent ab8988f commit d6ac0b5
Show file tree
Hide file tree
Showing 3 changed files with 152 additions and 157 deletions.
1 change: 0 additions & 1 deletion README.md
Expand Up @@ -32,7 +32,6 @@ FastAPI is a modern, fast (high-performance), web framework for building APIs wi
The key features are:

* **Fast**: Very high performance, on par with **NodeJS** and **Go** (thanks to Starlette and Pydantic). [One of the fastest Python frameworks available](#performance).

* **Fast to code**: Increase the speed to develop features by about 200% to 300%. *
* **Fewer bugs**: Reduce about 40% of human (developer) induced errors. *
* **Intuitive**: Great editor support. <abbr title="also known as auto-complete, autocompletion, IntelliSense">Completion</abbr> everywhere. Less time debugging.
Expand Down
1 change: 0 additions & 1 deletion docs/en/docs/index.md
Expand Up @@ -32,7 +32,6 @@ FastAPI is a modern, fast (high-performance), web framework for building APIs wi
The key features are:

* **Fast**: Very high performance, on par with **NodeJS** and **Go** (thanks to Starlette and Pydantic). [One of the fastest Python frameworks available](#performance).

* **Fast to code**: Increase the speed to develop features by about 200% to 300%. *
* **Fewer bugs**: Reduce about 40% of human (developer) induced errors. *
* **Intuitive**: Great editor support. <abbr title="also known as auto-complete, autocompletion, IntelliSense">Completion</abbr> everywhere. Less time debugging.
Expand Down

0 comments on commit d6ac0b5

Please sign in to comment.