~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/code/browser/branchlisting.py

  • Committer: Colin Watson
  • Date: 2012-01-06 11:08:30 UTC
  • mto: This revision was merged to the branch mainline in revision 14650.
  • Revision ID: cjwatson@canonical.com-20120106110830-l6lj4zfbixcubel2
Fix a slew of typos that have been annoying me.

Show diffs side-by-side

added added

removed removed

Lines of Context:
881
881
        branches registered by a particular user for the counts that
882
882
        appear at the top of a branch listing page.
883
883
 
884
 
        This should be overriden in subclasses to restrict to, for
 
884
        This should be overridden in subclasses to restrict to, for
885
885
        example, the set of branches of a particular product.
886
886
        """
887
887
        return getUtility(IAllBranches).visibleByUser(self.user)