jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1303470?usp=email )
Change subject: Fix spelling mistakes in tools_tests ...................................................................... Fix spelling mistakes in tools_tests Change-Id: I4c3e8595a31e1b5365581987ee385f0589add2f2 Signed-off-by: Xqt <[email protected]> --- M tests/tools_tests.py 1 file changed, 2 insertions(+), 2 deletions(-) Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified diff --git a/tests/tools_tests.py b/tests/tools_tests.py index 00a68ec..0ab24e3c 100755 --- a/tests/tools_tests.py +++ b/tests/tools_tests.py @@ -303,7 +303,7 @@ self.assertEqual(it[-1], '…') def test_show_custom_marker(self) -> None: - """Test correct marker is shown with kwargs..""" + """Test correct marker is shown with kwargs.""" stop = 2 it = list(islice_with_ellipsis(self.it, stop, marker='new')) self.assertLength(it, stop + 1) # +1 to consider marker. @@ -661,7 +661,7 @@ def hash_func(digest): - """Function who gives a hashlib function.""" + """Return a hash object for the given *digest* algorithm.""" return hashlib.new(digest) -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1303470?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.wikimedia.org/r/settings?usp=email Gerrit-MessageType: merged Gerrit-Project: pywikibot/core Gerrit-Branch: master Gerrit-Change-Id: I4c3e8595a31e1b5365581987ee385f0589add2f2 Gerrit-Change-Number: 1303470 Gerrit-PatchSet: 2 Gerrit-Owner: Xqt <[email protected]> Gerrit-Reviewer: Xqt <[email protected]> Gerrit-Reviewer: jenkins-bot
_______________________________________________ Pywikibot-commits mailing list -- [email protected] To unsubscribe send an email to [email protected]
