diff --git a/assignment_4_5_indexing_template/spatial_verification.py b/assignment_4_5_indexing_template/spatial_verification.py
index 99012d0784ae1803f9b3640b01f0d3b73c75bc08..1067425824316b0929522b30b640c026caa79450 100644
--- a/assignment_4_5_indexing_template/spatial_verification.py
+++ b/assignment_4_5_indexing_template/spatial_verification.py
@@ -12,7 +12,7 @@ def get_tentative_correspondencies(
     :param relevant_idxs: [num_imgs, ]
     :param max_tc: maximum tentative correspondences
     :param max_MxN: maximum pairs
-    :return: correspondencies np.ndarray of shape [num_correspondencies x 2]
+    :return: correspondencies np.ndarray of arrays of shape [num_correspondencies x 2]
     """
 
     correspondencies = np.zeros((0, 2), dtype=np.int)