~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/soyuz/tests/soyuz.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:
86
86
                                        distroseries):
87
87
        """Return a list of `SourcePackagePublishingHistory`.
88
88
 
89
 
        The publishing records are created according the given
 
89
        The publishing records are created according to the given
90
90
        `SourcePackageRelease` and `DistroSeries` for all
91
91
        (status, archive, pocket) returned from `sample_publishing_data`.
92
92
        """
110
110
                                            distroarchseries):
111
111
        """Return a list of `BinaryPackagePublishingHistory`.
112
112
 
113
 
        The publishing records are created according the given
 
113
        The publishing records are created according to the given
114
114
        `BinaryPackageRelease` and `DistroArchSeries` for all
115
115
        (status, archive, pocket) returned from `sample_publishing_data`.
116
116
        """