diff --git a/bob/math/test_gsvd.py b/bob/math/test_gsvd.py
index 1a93b3ca61ec83afe890f6a537f39fe5fe9b7dac..cf527cab8f25d208a769c61978741f9a3b28253a 100644
--- a/bob/math/test_gsvd.py
+++ b/bob/math/test_gsvd.py
@@ -43,7 +43,7 @@ def gsvd_relations(A,B):
 
 def test_first_case():
   """
-  Testing the first scenario:
+  Testing the first scenario of gsvd:
   M-K-L >= 0 (check http://www.netlib.org/lapack/explore-html/d1/d7e/group__double_g_esing_ga4a187519e5c71da3b3f67c85e9baf0f2.html#ga4a187519e5c71da3b3f67c85e9baf0f2)  
   """
 
@@ -55,7 +55,7 @@ def test_first_case():
 
 def test_second_case():
   """
-  Testing the second scenario:
+  Testing the second scenario of gsvd:
   M-K-L < 0 (check http://www.netlib.org/lapack/explore-html/d1/d7e/group__double_g_esing_ga4a187519e5c71da3b3f67c85e9baf0f2.html#ga4a187519e5c71da3b3f67c85e9baf0f2)  
   """