From 0be1d57d37aac36fd2e3f8b7c15da24e454fda0b Mon Sep 17 00:00:00 2001 From: Prajwal Kedari <65669641+prajwalkedari@users.noreply.github.com> Date: Sun, 23 Oct 2022 01:26:09 +0530 Subject: [PATCH] Good to Go #73 Edit in line 80 Correct Information about String index#73 --- src/data_types/test_strings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data_types/test_strings.py b/src/data_types/test_strings.py index ae86432f..fea85156 100644 --- a/src/data_types/test_strings.py +++ b/src/data_types/test_strings.py @@ -77,7 +77,7 @@ def test_string_type(): # | P | y | t | h | o | n | # +---+---+---+---+---+---+ # 0 1 2 3 4 5 6 - # -6 -5 -4 -3 -2 -1 + # -7 -6 -5 -4 -3 -2 -1 # Attempting to use an index that is too large will result in an error. with pytest.raises(Exception):