##// END OF EJS Templates
Fix typo.
walter.doerwald -
Show More
@@ -6,7 +6,7 b' Requires Python 2.3 or newer.'
6
6
7 This file contains all the classes and helper functions specific to IPython.
7 This file contains all the classes and helper functions specific to IPython.
8
8
9 $Id: iplib.py 1322 2006-05-24 07:51:39Z fperez $
9 $Id: iplib.py 1323 2006-05-24 10:26:30Z walter.doerwald $
10 """
10 """
11
11
12 #*****************************************************************************
12 #*****************************************************************************
@@ -1317,7 +1317,7 b' want to merge them back into the new files.""" % locals()'
1317
1317
1318 If nothing is known about the exception, this is the method which
1318 If nothing is known about the exception, this is the method which
1319 should be used throughout the code for presenting user tracebacks,
1319 should be used throughout the code for presenting user tracebacks,
1320 rather htan directly invoking the InteractiveTB object.
1320 rather than directly invoking the InteractiveTB object.
1321
1321
1322 A specific showsyntaxerror() also exists, but this method can take
1322 A specific showsyntaxerror() also exists, but this method can take
1323 care of calling it if needed, so unless you are explicitly catching a
1323 care of calling it if needed, so unless you are explicitly catching a
General Comments 0
You need to be logged in to leave comments. Login now