From 61df45712e72155198d452b82fee9d271a874e5a Mon Sep 17 00:00:00 2001 From: Asad Ali Date: Fri, 1 Nov 2024 11:33:48 +0500 Subject: [PATCH] refactor: update docs --- lms/djangoapps/course_blocks/tests/test_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/djangoapps/course_blocks/tests/test_api.py b/lms/djangoapps/course_blocks/tests/test_api.py index a9563b2a42..b30e7b8b03 100644 --- a/lms/djangoapps/course_blocks/tests/test_api.py +++ b/lms/djangoapps/course_blocks/tests/test_api.py @@ -84,7 +84,7 @@ class TestGetCourseBlocks(UserPartitionTestMixin, CourseStructureTestCase): # course # / \ # / \ - # A[0, 1, 2, 3] B + # A[0] B # | # | # O