~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/interfaces/wikiname.py

  • 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:
28
28
    """Wiki for Users"""
29
29
    export_as_webservice_entry(publish_web_link=False)
30
30
    id = Int(title=_("Database ID"), required=True, readonly=True)
31
 
    # schema=Interface will be overriden in person.py because of circular
 
31
    # schema=Interface will be overridden in person.py because of circular
32
32
    # dependencies.
33
33
    person = exported(
34
34
        Reference(