summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2024-10-21 19:20:03 +0200
committerNatalia <124304+nessita@users.noreply.github.com>2024-10-21 14:20:39 -0300
commit8d48fc035c1468abf841090d4a8f459d161edfa3 (patch)
tree2b9e95f72b13f3083a2986c3a0021c998542b338
parent51eb666758840e0fca15414f1c5826bd20e31153 (diff)
[5.1.x] Updated tutorial part count from 7 to 8 in docs/intro/reusable-apps.txt.
Backport of f59cdd00093338427acde555c9b687acc5ac67ea from main.
-rw-r--r--docs/intro/reusable-apps.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/intro/reusable-apps.txt b/docs/intro/reusable-apps.txt
index a9c0768e3b..5acf8c2b18 100644
--- a/docs/intro/reusable-apps.txt
+++ b/docs/intro/reusable-apps.txt
@@ -6,7 +6,7 @@ This advanced tutorial begins where :doc:`Tutorial 8 </intro/tutorial08>`
left off. We'll be turning our web-poll into a standalone Python package
you can reuse in new projects and share with other people.
-If you haven't recently completed Tutorials 1–7, we encourage you to review
+If you haven't recently completed Tutorials 1–8, we encourage you to review
these so that your example project matches the one described below.
Reusability matters