Skip to content

Commit 6a9ffe1

Browse files
committed
Apply remaining review suggestion: fill in gh-154568 in the test comment
1 parent e8631d1 commit 6a9ffe1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_array.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ def test_numbers(self):
244244
msg="{0!r} != {1!r}; testcase={2!r}".format(a, b, testcase))
245245

246246
def test_float16_endianness(self):
247-
# gh-issue: the slow-path decoder for IEEE_754_FLOAT16_LE/BE
247+
# gh-154568: the slow-path decoder for IEEE_754_FLOAT16_LE/BE
248248
# compared mformat_code against the 32-bit float constant
249249
# (IEEE_754_FLOAT_LE) instead of the float16 one, so it always
250250
# decoded as big-endian regardless of what was requested.

0 commit comments

Comments
 (0)