Skip to content

Commit

Permalink
grammar fix before I get in trouble from Jason
Browse files Browse the repository at this point in the history
  • Loading branch information
clint-lawrence committed Jun 20, 2024
1 parent 0a20ba5 commit 2add8c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_switching.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ class BadMux(VirtualMux):


class MuxA(VirtualMux):
"""A mux definitioned used by a few scripts"""
"""A mux definition used by a few tests"""

pin_list = ("a0", "a1")
map_list = (("sig_a1", "a0", "a1"), ("sig_a2", "a1"))
Expand Down

0 comments on commit 2add8c8

Please sign in to comment.