summaryrefslogtreecommitdiff
path: root/docs/intro/reusable-apps.txt
diff options
context:
space:
mode:
authorJannis Leidel <jannis@leidel.info>2013-04-24 09:41:06 +0200
committerJannis Leidel <jannis@leidel.info>2013-04-24 09:41:06 +0200
commitdb394e6ab2c1d3d53b8b8d691e995d0c3584b944 (patch)
tree6f729f3aabb0c2e0bac0a817c7d0a85506aef219 /docs/intro/reusable-apps.txt
parent949b4e94588e73067f64b5b6d22e569a105baaf7 (diff)
Fixed a rST bug in the README template in the reusable apps docs.
Diffstat (limited to 'docs/intro/reusable-apps.txt')
-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 5c79ffcc56..a19478fc3a 100644
--- a/docs/intro/reusable-apps.txt
+++ b/docs/intro/reusable-apps.txt
@@ -158,7 +158,7 @@ this. For a small app like polls, this process isn't too difficult.
3. Run `python manage.py syncdb` to create the polls models.
4. Start the development server and visit http://127.0.0.1:8000/admin/
- to create a poll (you'll need the Admin app enabled).
+ to create a poll (you'll need the Admin app enabled).
5. Visit http://127.0.0.1:8000/polls/ to participate in the poll.