✏ Fix syntax typo in docs/tutorial/package.md
(#333)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
This commit is contained in:
parent
808a15f942
commit
d5223d6de4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue