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
1 changed files with 3 additions and 3 deletions

View File

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