~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/model/person.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:
1408
1408
            # Initialize cache
1409
1409
            self._inTeam_cache = {}
1410
1410
        else:
1411
 
            # Retun from cache or fall through.
 
1411
            # Return from cache or fall through.
1412
1412
            try:
1413
1413
                return self._inTeam_cache[team.id]
1414
1414
            except KeyError: