|
From: <pj...@us...> - 2011-01-21 01:23:38
|
Revision: 7187
http://jython.svn.sourceforge.net/jython/?rev=7187&view=rev
Author: pjenvey
Date: 2011-01-21 01:23:32 +0000 (Fri, 21 Jan 2011)
Log Message:
-----------
docs typo
Modified Paths:
--------------
trunk/jython/src/org/python/modules/thread/PyLocal.java
Modified: trunk/jython/src/org/python/modules/thread/PyLocal.java
===================================================================
--- trunk/jython/src/org/python/modules/thread/PyLocal.java 2011-01-21 01:18:35 UTC (rev 7186)
+++ trunk/jython/src/org/python/modules/thread/PyLocal.java 2011-01-21 01:23:32 UTC (rev 7187)
@@ -28,8 +28,8 @@
public PyLocal(PyType subType) {
super(subType);
- // Don't lazy load the underlying dict in the insantiating thread; that would call
- // __init__ a the second time
+ // Don't lazy load the underlying dict in the instantiating thread; that would
+ // call __init__ a the second time
tdict.set(new PyDictionary());
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|