From 2d0c6b87c9d2340acfdfb9d924c48afeaf8a3567 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Mon, 28 Dec 2020 12:26:48 +1100 Subject: [PATCH] docs: fix simple typo, whould -> would There is a small typo in tests/repository/test_repository.py. Should read `would` rather than `whould`. --- tests/repository/test_repository.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/repository/test_repository.py b/tests/repository/test_repository.py index b9459cc8..5bd0e523 100644 --- a/tests/repository/test_repository.py +++ b/tests/repository/test_repository.py @@ -168,7 +168,7 @@ def test_get_remote_with_missing_remote(self): def test_walk_branches(self): """ - Given 2 branches, this method whould return the commits step by step: + Given 2 branches, this method would return the commits step by step: [(commit_1_branch_1, commit_1_branch_2), (commit_2_branch_1, commit_2_branch_2), (commit_3_branch_1, commit_3_branch_2),