File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ def learn(self):
9999 self .stream .writeln ("\n {0}That was the last one, well done!" \
100100 .format (Fore .MAGENTA ))
101101 self .stream .writeln (
102- "\n If you want more, take a look at about_extra_credit_task .py" )
102+ "\n If you want more, take a look at about_extra_credit .py" )
103103
104104 def errorReport (self ):
105105 problem = self .firstFailure ()
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ def learn(self):
9898 self .stream .writeln ("\n {0}That was the last one, well done!" \
9999 .format (Fore .MAGENTA ))
100100 self .stream .writeln (
101- "\n If you want more, take a look at about_extra_credit_task .py{0}{1}" \
101+ "\n If you want more, take a look at about_extra_credit .py{0}{1}" \
102102 .format (Fore .RESET , Style .NORMAL ))
103103
104104 def errorReport (self ):
You can’t perform that action at this time.
0 commit comments