Skip to content

Commit 4b185be

Browse files
fix: Update line count in To-Do app tutorial (#6375)
A very, very small detail... : Not 163 but now 164 lines for todo script in the real code listing: https://github.com/flet-dev/flet/blob/main/sdk/python/examples/apps/todo/basic/main.py Co-authored-by: Feodor Fitsner <feodor@appveyor.com>
1 parent 9ba2c82 commit 4b185be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/docs/tutorials/todo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import {CodeExample, Image} from '@site/src/components/crocodocs';
88
In this tutorial we will show you, step-by-step, how to create a To-Do app in Python
99
using Flet framework and then publish it as a desktop, mobile or web app.
1010
The app is a single-file console program of just
11-
[167 lines (formatted!) of Python code](https://github.com/flet-dev/flet/blob/main/sdk/python/examples/apps/todo/basic/main.py),
11+
[164 lines (formatted!) of Python code](https://github.com/flet-dev/flet/blob/main/sdk/python/examples/apps/todo/basic/main.py),
1212
yet it is a multi-platform application with rich, responsive UI:
1313

1414
<Image src="examples/tutorials/todo/media/complete-demo-web.gif" width="55%" />

0 commit comments

Comments
 (0)