✏ Fix syntax typo in docs/tutorial/package.md (#333)

Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
This commit is contained in:
Ryan Streur 2022-05-12 12:13:14 -07:00 committed by GitHub
parent 808a15f942
commit d5223d6de4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -142,7 +142,7 @@ def load():
```
!!! tip
As we are creating an installable Python package, there's no need to add a section with `if __name__ == "__main__:`.
As we are creating an installable Python package, there's no need to add a section with `if __name__ == "__main__":`.
## Modify the README