mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-03-31 12:51:10 +00:00
Fix typo in doc string
Signed-off-by: Niels Thykier <niels@thykier.net>
This commit is contained in:
parent
b37575f000
commit
32def47991
@ -157,7 +157,7 @@ class InstallabilityTesterBuilder(object):
|
|||||||
return False
|
return False
|
||||||
|
|
||||||
def set_relations(self, pkg_id, dependency_clauses, breaks):
|
def set_relations(self, pkg_id, dependency_clauses, breaks):
|
||||||
"""The dependency and breaks realtions for a given package
|
"""The dependency and breaks relations for a given package
|
||||||
|
|
||||||
:param pkg_id: BinaryPackageID determining which package will have its relations set
|
:param pkg_id: BinaryPackageID determining which package will have its relations set
|
||||||
:param dependency_clauses: A list/set of OR clauses (i.e. CNF with each element in
|
:param dependency_clauses: A list/set of OR clauses (i.e. CNF with each element in
|
||||||
@ -356,7 +356,7 @@ class InstallabilityTesterBuilder(object):
|
|||||||
|
|
||||||
(With the same definitions as above). Note that equivalency
|
(With the same definitions as above). Note that equivalency
|
||||||
is just a special-case of substitutability, where A and B can
|
is just a special-case of substitutability, where A and B can
|
||||||
substitute each other (i.e. a two-way substituation).
|
substitute each other (i.e. a two-way substitution).
|
||||||
|
|
||||||
Finally, note that the "depends(A) == depends(B)" for
|
Finally, note that the "depends(A) == depends(B)" for
|
||||||
substitutability is actually not a strict requirement. There
|
substitutability is actually not a strict requirement. There
|
||||||
|
Loading…
x
Reference in New Issue
Block a user