Update tutorial.md (#4055)

This commit is contained in:
Pronoy Mandal 2023-04-21 22:26:31 +05:30 committed by GitHub
parent 82abbc7234
commit b7a57ce120
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,9 +8,9 @@ detailed overview, see [_Configuration_](configuration.md).
Let's assume that our project structure looks like:
```text
numbers/
__init__.py
numbers.py
numbers
├── __init__.py
└── numbers.py
```
Where `numbers.py` contains the following code: