From 32def479918834d67835bf5182217b8bdead15d4 Mon Sep 17 00:00:00 2001 From: Niels Thykier Date: Wed, 31 Oct 2018 21:44:26 +0000 Subject: [PATCH] Fix typo in doc string Signed-off-by: Niels Thykier --- britney2/installability/builder.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/britney2/installability/builder.py b/britney2/installability/builder.py index 5d46232..924b751 100644 --- a/britney2/installability/builder.py +++ b/britney2/installability/builder.py @@ -157,7 +157,7 @@ class InstallabilityTesterBuilder(object): return False 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 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 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 substitutability is actually not a strict requirement. There