diff options
| author | Michael Merickel <michael@merickel.org> | 2012-08-06 00:05:12 -0500 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2012-08-06 00:05:12 -0500 |
| commit | cff71c316eb8b77b936bfc14a29d7ff9727edf70 (patch) | |
| tree | 23bc95f2a6bad351141915462b1cb4635d18e654 /docs/narr | |
| parent | 3c1205018dd020df3b3f91f010e90bdbaccce33f (diff) | |
| download | pyramid-cff71c316eb8b77b936bfc14a29d7ff9727edf70.tar.gz pyramid-cff71c316eb8b77b936bfc14a29d7ff9727edf70.tar.bz2 pyramid-cff71c316eb8b77b936bfc14a29d7ff9727edf70.zip | |
garden
Diffstat (limited to 'docs/narr')
| -rw-r--r-- | docs/narr/hooks.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/hooks.rst b/docs/narr/hooks.rst index bdd968362..9482bfcf8 100644 --- a/docs/narr/hooks.rst +++ b/docs/narr/hooks.rst @@ -1291,7 +1291,7 @@ often a class with a constructor (``__init__``), a ``text`` method, a class ContentTypePredicate(object): def __init__(self, val, config): - self.val + self.val = val def text(self): return 'content_type = %s' % (self.val,) |
