Skip to content

Commit d6b6ef3

Browse files
committed
fixup! refs
1 parent 70d69e5 commit d6b6ef3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Lib/test/test_logging.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3957,7 +3957,7 @@ def test_config_queue_handler_does_not_create_multiprocessing_manager(self, mana
39573957
q1 = {"()": "queue.Queue", "maxsize": -1}
39583958
q2 = MQ()
39593959
q3 = queue.Queue()
3960-
# FuzzyCustomQueueProtocol passes the checks but will not be usable
3960+
# CustomQueueFakeProtocol passes the checks but will not be usable
39613961
# since the signatures are incompatible. Checking the Queue API
39623962
# without testing the type of the actual queue is a trade-off
39633963
# between usability and the work we need to do in order to safely

0 commit comments

Comments
 (0)