Skip to content

Commit 0b18234

Browse files
committed
fixup test docstring
1 parent e90f685 commit 0b18234

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_hmac.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ def check_hmac_hexdigest(
324324
def assert_hmac_common_cases(
325325
self, key, msg, hexdigest, digestmod, hashname, digest_size, block_size
326326
):
327-
"""Extra common tests executed by all subclasses."""
327+
"""Common tests executed by all subclasses."""
328328
h1 = self.hmac_new_by_name(key, hashname=hashname)
329329
h2 = h1.copy()
330330
h2.update(b"test update should not affect original")

0 commit comments

Comments
 (0)