✏ Fix multiple typos and some rewording (#22)

Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
This commit is contained in:
Evan Grim
2021-12-14 10:17:10 -07:00
committed by GitHub
parent 6615b111d9
commit 2013c69c4d
6 changed files with 14 additions and 14 deletions

View File

@@ -271,7 +271,7 @@ In the example above we are using two equal signs (`==`). That's called the "**e
!!! tip
An **operator** is just a symbol that is put beside one value or in the middle of two values to do something with them.
`==` is called **equality** operator because it checks if two things are **equal**.
`==` is called the **equality** operator because it checks if two things are **equal**.
When writing Python, if you write something using this equality operator (`==`) like: