Skip to content

Commit ee951e9

Browse files
Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent f9c34a4 commit ee951e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_deque.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ def test_slice_preserves_maxlen(self, dq, start, stop, step):
287287
self.assertEqual(result.maxlen, dq.maxlen)
288288

289289
@hypothesis.given(composite_deques_optional_maxlen())
290-
def test_exercise_auxilliary_operations(self, d):
290+
def test_exercise_auxiliary_operations(self, d):
291291
self.assertIsInstance(str(d), str)
292292
self.assertIsInstance(repr(d), str)
293293
self.assertEqual(len(d), len(list(d)))

0 commit comments

Comments
 (0)