~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/soyuz/doc/package-relationship-pages.txt

  • 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:
26
26
  ...    url=None)
27
27
 
28
28
Note that iterations over PackageRelationshipSet are sorted
29
 
alphabetically according the relationship 'name':
 
29
alphabetically according to the relationship 'name':
30
30
 
31
31
  >>> [relationship.name for relationship in relationship_set]
32
32
  ['foobar', 'test']