~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • 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:
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']