summaryrefslogtreecommitdiff
path: root/docs/tutorials/lxmlgraph/background.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2008-07-24 18:57:17 +0000
committerChris McDonough <chrism@agendaless.com>2008-07-24 18:57:17 +0000
commit837916cfe47223dad034fe8c6dccce60d9836d68 (patch)
tree2af893fd33aa88cc52c34e4b22c53cb9cadca140 /docs/tutorials/lxmlgraph/background.rst
parent1f884ec7a1e01a2bfd635c3dc6a13ca76e0d0e8d (diff)
downloadpyramid-837916cfe47223dad034fe8c6dccce60d9836d68.tar.gz
pyramid-837916cfe47223dad034fe8c6dccce60d9836d68.tar.bz2
pyramid-837916cfe47223dad034fe8c6dccce60d9836d68.zip
Get rid of duplicate info in lxmlgraph tutorial.
Diffstat (limited to 'docs/tutorials/lxmlgraph/background.rst')
-rw-r--r--docs/tutorials/lxmlgraph/background.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/tutorials/lxmlgraph/background.rst b/docs/tutorials/lxmlgraph/background.rst
index 975c23a1d..79579d342 100644
--- a/docs/tutorials/lxmlgraph/background.rst
+++ b/docs/tutorials/lxmlgraph/background.rst
@@ -2,10 +2,10 @@ Background
====================
This demo application presumes that you have an interest in XML
-technologies and might want to leverage them for a fast-as-hell, but
-rich and dynamic, website. In this demo application, we build up,
-bit-by-bit, the functionality. Thus, you don't have to know squatola
-about XML to follow along.
+technologies and might want to leverage them for a fast, but rich and
+dynamic, website. In this demo application, we build up, bit-by-bit,
+the functionality. Thus, you don't have to know squatola about XML to
+follow along.
In fact, the real purpose of this demo app is to teach its author how
to use the stack (repoze.bfg, Paster, eggs, etc.)