We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36d9d1b commit 494a886Copy full SHA for 494a886
src/org/python/modules/thread/PyLocal.java
@@ -28,8 +28,8 @@ public PyLocal() {
28
29
public PyLocal(PyType subType) {
30
super(subType);
31
- // Don't lazy load the underlying dict in the insantiating thread; that would call
32
- // __init__ a the second time
+ // Don't lazy load the underlying dict in the instantiating thread; that would
+ // call __init__ a the second time
33
tdict.set(new PyDictionary());
34
}
35
0 commit comments