tests/cmdline/cmd_showbc: Fix spelling of sequence.

This commit is contained in:
David Lechner 2022-03-23 20:39:00 -05:00 committed by Damien George
parent b083cdba2b
commit e7a92c0e69

View File

@ -40,7 +40,7 @@ def f():
# slice
a = b[::]
# sequenc unpacking
# sequence unpacking
a, b = c
a, *a = a