~divmod-dev/divmod.org/request-uri-2562

« back to all changes in this revision

Viewing changes to Nevow/nevow/rend.py

  • Committer: pjd
  • Date: 2008-03-24 16:27:18 UTC
  • Revision ID: svn-v4:866e43f7-fbfc-0310-8f2a-ec88d1da2979:trunk:15202
Merge cleanup-2551

Author: pjd
Reviewer: washort
Fixes #2551

This corrects a number of typos and other miscellaneous problems.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
def _getPreprocessors(inst):
39
39
    """
40
40
    Accumulate elements from the sequences bound at the C{preprocessors}
41
 
    attribute on all classes in the inheritence hierarchy of the class of
 
41
    attribute on all classes in the inheritance hierarchy of the class of
42
42
    C{inst}.  A C{preprocessors} attribute on the given instance overrides
43
43
    all preprocessors from the class inheritance hierarchy.
44
44
    """