From dc8ae9e1ce45dd8c0e34cc6c722c042bcfbbfa10 Mon Sep 17 00:00:00 2001 From: Niels Thykier Date: Sun, 17 Jan 2016 19:37:02 +0000 Subject: [PATCH] britney.py: Fix typo Signed-off-by: Niels Thykier --- britney.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/britney.py b/britney.py index ae972af..9d5b214 100755 --- a/britney.py +++ b/britney.py @@ -2021,7 +2021,7 @@ class Britney(object): in a hint may be passed in `hint_undo`. An optional set of binaries may be passed in "removals". Binaries listed - in this set will be assumined to be removed at the same time as the "item" + in this set will be assumed to be removed at the same time as the "item" will migrate. This may change what binaries will be smooth-updated. - Binaries in this set must be ("package-name", "version", "architecture") tuples.