~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/translations/model/translationsharingjob.py

  • Committer: Danilo Segan
  • Date: 2011-07-30 14:18:38 UTC
  • mto: (13555.9.7 bug-814580-db)
  • mto: This revision was merged to the branch mainline in revision 13577.
  • Revision ID: danilo@canonical.com-20110730141838-l3f0cug4zu0fdv7u
Minor docstring fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
144
144
 
145
145
    @classmethod
146
146
    def create(cls, productseries, distroseries, sourcepackagename):
147
 
        """"Create a TranslationMergeJob backed by a PackageJob.
 
147
        """"Create a TranslationPackagingJob backed by TranslationSharingJob.
148
148
 
149
149
        :param productseries: The ProductSeries side of the Packaging.
150
150
        :param distroseries: The distroseries of the Packaging sourcepackage.