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

« back to all changes in this revision

Viewing changes to Nevow/nevow/page.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:
84
84
    # IRenderer
85
85
    def rend(self, ctx, data):
86
86
        # Unfortunately, we still need a context to make the rest of the
87
 
        # rendering process work.  A goal should be to elimate this completely.
 
87
        # rendering process work.  A goal should be to eliminate this completely.
88
88
        context = WovenContext()
89
89
 
90
90
        if self.docFactory is None: