~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/interfaces/wikiname.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:
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(