summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorianb <devnull@localhost>2009-07-01 17:50:52 +0000
committerianb <devnull@localhost>2009-07-01 17:50:52 +0000
commit37b867e5d5db3e1841c9e928f243ce6d84e25ccc (patch)
treee6623dba627eda049428cda9e9c55417e6b02cd7 /docs
parent2d1cf7d25adc8cd6ce6a05dfccf00aac1ad18788 (diff)
downloadpaste-37b867e5d5db3e1841c9e928f243ce6d84e25ccc.tar.gz
typo in docs
Diffstat (limited to 'docs')
-rw-r--r--docs/do-it-yourself-framework.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/do-it-yourself-framework.txt b/docs/do-it-yourself-framework.txt
index ed0034b..a11d799 100644
--- a/docs/do-it-yourself-framework.txt
+++ b/docs/do-it-yourself-framework.txt
@@ -269,7 +269,7 @@ request is a little slim.
self.headers = HeaderDict(
{'content-type': 'text/html'})
-Now I'll each you a little trick. We don't want to change the
+Now I'll teach you a little trick. We don't want to change the
signature of the methods. But we can't put the request and response
objects in normal global variables, because we want to be
thread-friendly, and all threads see the same global variables (even