From b7a57ce120af938e03c7c47ea7f647365a8377ce Mon Sep 17 00:00:00 2001 From: Pronoy Mandal Date: Fri, 21 Apr 2023 22:26:31 +0530 Subject: [PATCH] Update tutorial.md (#4055) --- docs/tutorial.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/tutorial.md b/docs/tutorial.md index cfe0b6be75..a321f313bd 100644 --- a/docs/tutorial.md +++ b/docs/tutorial.md @@ -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: