Skip to content

Commit 4d0c968

Browse files
committed
Fix typo and term.
1 parent 8c4fc58 commit 4d0c968

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tutorial.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ modify this value. This results in resources whose values become
277277
time-dependent on the execution order. This is a problem, and in
278278
general one should very much try to avoid race conditions since
279279
they result program behavior which is globally
280-
non-deterministic.*
280+
non-deterministic.
281281

282282
The best approach to this is to simply avoid all global state all
283283
times. Global state and import-time side effects will always come
@@ -319,7 +319,7 @@ gevent.joinall(threads)
319319
[[[end]]]
320320

321321
In 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
325325
import gevent

0 commit comments

Comments
 (0)