File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -277,7 +277,7 @@ modify this value. This results in resources whose values become
277277time-dependent on the execution order. This is a problem, and in
278278general one should very much try to avoid race conditions since
279279they result program behavior which is globally
280- non-deterministic.*
280+ non-deterministic.
281281
282282The best approach to this is to simply avoid all global state all
283283times. Global state and import-time side effects will always come
@@ -319,7 +319,7 @@ gevent.joinall(threads)
319319[[[ end]]]
320320
321321In addition to using the base Greenlet class, you may also subclass
322- Greenlet class and overload the `` _run `` method.
322+ Greenlet class and override the `` _run `` method.
323323
324324[[[ cog
325325import gevent
You can’t perform that action at this time.
0 commit comments