@@ -428,7 +428,7 @@ def translate_N1(self) -> str:
428
428
_translate = {
429
429
'TM' : 'ApplyTexas Appication' ,
430
430
'AT' : 'Date' ,
431
- 'HS' : 'High School Info: ' ,
431
+ 'HS' : 'High School Info' ,
432
432
'BU' : 'Organization'
433
433
}
434
434
@@ -437,7 +437,7 @@ def translate_N1(self) -> str:
437
437
438
438
last = str (self .target [- 1 ]).replace ('\\ ' , '' )
439
439
440
- if sep == 'High School Info: ' :
440
+ if sep == 'High School Info' :
441
441
return f'{ sep } : { self .target [2 ]} { last } '
442
442
elif sep == 'Date' :
443
443
return f'{ sep } : { last } '
@@ -625,9 +625,9 @@ def translate_RQS(self) -> list:
625
625
'list those courses also. If you need to list more than 10 courses, please send a list' ,
626
626
'directly to the graduate admissions office at Texas A&M University-Kingsville (TAMKI). Be' ,
627
627
'sure to include your full name, application ID number and date of birth on any documents' ,
628
- 'you send to the admissions office.' ,
629
- self .target [- 1 ], '' ]
630
- return [self .target [- 1 ], '' ]
628
+ 'you send to the admissions office.' , '' ,
629
+ self .target [- 1 ]]
630
+ return [self .target [- 1 ]]
631
631
632
632
if self .target [3 ] == 'RES: COMMENTS' :
633
633
if self .target [- 1 ] == 'RES: COMMENTS' :
0 commit comments