diff --git a/britney2/migration.py b/britney2/migration.py index 72efca1..e660bdf 100644 --- a/britney2/migration.py +++ b/britney2/migration.py @@ -86,7 +86,8 @@ class MigrationManager(object): InstallabilityTester. - Unlike doop_source, this will not modify any data structure. + Unlike migrate_item_to_target_suite, this will not modify + any data structure. """ # local copies for better performances source_name = item.package diff --git a/britney2/transaction.py b/britney2/transaction.py index a5d7efc..9821756 100644 --- a/britney2/transaction.py +++ b/britney2/transaction.py @@ -28,7 +28,7 @@ class MigrationTransactionState(object): @property def undo_items(self): - """Only needed by a doop_source for the "hint"-hint case""" + """Only needed by a _apply_item_to_target_suite for the "hint"-hint case""" yield from self._undo_items def commit(self):