Fix a small typo

That's redundant "to" in an inline comment.

Change-Id: Idab1e11fbbd80a97b0e4ba1c8ab046be99e47d2d
This commit is contained in:
Kota Tsuyuzaki 2017-10-26 18:41:56 +09:00
parent 49dd146068
commit 83be309627
1 changed files with 1 additions and 1 deletions

View File

@ -1128,7 +1128,7 @@ class TestCooperativeRingBuilder(BaseTestCompositeBuilder):
# both builders get updated
self.assertEqual(sorted([rb1, rb2]), sorted(update_calls))
# rb1 has never been rebalanced so no calls propagate from its
# can_part_move method to to its superclass _can_part_move method
# can_part_move method to its superclass _can_part_move method
self.assertEqual([rb2], can_part_move_calls.keys())
with mock_update_last_part_moves() as update_calls: