~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/app/doc/hierarchical-menu.txt

  • Committer: Launchpad Patch Queue Manager
  • Date: 2012-01-06 18:59:36 UTC
  • mfrom: (14645.1.1 typos)
  • Revision ID: launchpad@pqm.canonical.com-20120106185936-c36ko9sfri1s2lkd
[r=bac][no-qa] Fix a slew of typos.

Show diffs side-by-side

added added

removed removed

Lines of Context:
173
173
The construction of breadcrumb objects is handled by an IBreadcrumb adapter,
174
174
which adapts a context object and produces an IBreadcrumb object for that
175
175
context.  The default adapter provides the url attribute, but the breadcrumb's
176
 
text must be overriden in subclasses.
 
176
text must be overridden in subclasses.
177
177
 
178
178
    >>> from zope.interface.verify import verifyObject
179
179
    >>> from lp.services.webapp.interfaces import IBreadcrumb