Skip to content

Commit 494a886

Browse files
committed
docs typo
1 parent 36d9d1b commit 494a886

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/org/python/modules/thread/PyLocal.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ public PyLocal() {
2828

2929
public PyLocal(PyType subType) {
3030
super(subType);
31-
// Don't lazy load the underlying dict in the insantiating thread; that would call
32-
// __init__ a the second time
31+
// Don't lazy load the underlying dict in the instantiating thread; that would
32+
// call __init__ a the second time
3333
tdict.set(new PyDictionary());
3434
}
3535

0 commit comments

Comments
 (0)