~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/model/codeofconduct.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:
114
114
 
115
115
    @property
116
116
    def _filename(self):
117
 
        """Rebuild filename according the local version."""
 
117
        """Rebuild filename according to the local version."""
118
118
        # Recover the path for CoC from a Component
119
119
        path = getUtility(ICodeOfConductConf).path
120
120
        return os.path.join(path, self.version + '.txt')