diff options
| author | Joshua Pereyda <jtpereyda@users.noreply.github.com> | 2016-03-28 11:26:55 -0700 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-03-28 18:31:16 -0400 |
| commit | 97c5539a81c71f314314bc9796e7e87c41ae43b8 (patch) | |
| tree | c153230061d62f030e5c57938788aeed2890294c | |
| parent | 5fbb5426254c7e9b7f697317415589371c80d6de (diff) | |
[1.9.x] Fixed #26416 -- Fixed references to previous tutorial numbers in docs/intro/reusable-apps.txt.
Backport of 0c0e8f0a62eb369bb05ff770ad53656831c8c01a from master
| -rw-r--r-- | docs/intro/reusable-apps.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/intro/reusable-apps.txt b/docs/intro/reusable-apps.txt index 4f77e8bc51..fee59a37fa 100644 --- a/docs/intro/reusable-apps.txt +++ b/docs/intro/reusable-apps.txt @@ -2,11 +2,11 @@ Advanced tutorial: How to write reusable apps ============================================= -This advanced tutorial begins where :doc:`Tutorial 6 </intro/tutorial06>` +This advanced tutorial begins where :doc:`Tutorial 7 </intro/tutorial07>` 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–6, we encourage you to review +If you haven't recently completed Tutorials 1–7, we encourage you to review these so that your example project matches the one described below. Reusability matters |
