##// END OF EJS Templates
Fix typo.
walter.doerwald -
Show More
@@ -8,7 +8,7 b''
8 Anything requiring extra validation can be turned into a Python
8 Anything requiring extra validation can be turned into a Python
9 property in the future. I used a property for the db one b/c
9 property in the future. I used a property for the db one b/c
10 there was a nasty circularity problem with the initialization
10 there was a nasty circularity problem with the initialization
11 order, which rigth now I don't have time to clean up.
11 order, which right now I don't have time to clean up.
12
12
13 * IPython/Shell.py (MTInteractiveShell.runcode): Fix, I think,
13 * IPython/Shell.py (MTInteractiveShell.runcode): Fix, I think,
14 another locking bug reported by Jorgen. I'm not 100% sure though,
14 another locking bug reported by Jorgen. I'm not 100% sure though,
General Comments 0
You need to be logged in to leave comments. Login now