diff --git a/docs/guide/testing.md b/docs/guide/testing.md index c2820f572d..da3a99b687 100644 --- a/docs/guide/testing.md +++ b/docs/guide/testing.md @@ -286,7 +286,7 @@ def test_calculator_pressing_numbers(snap_compare): #### Changing the terminal size -To capture the snapshot with a different terminal size, pass a tuple `(height, width)` as the `terminal_size` parameter. +To capture the snapshot with a different terminal size, pass a tuple `(width, height)` as the `terminal_size` parameter. ```python def test_calculator(snap_compare):