Skip to content

Commit a9da1f3

Browse files
committed
Merge pull request sdiehl#18 from methane/master
fix some typos.
2 parents 8c4fc58 + d2b42ed commit a9da1f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tutorial.md

Lines changed: 3 additions & 3 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
@@ -452,7 +452,7 @@ except Timeout:
452452
</code>
453453
</pre>
454454

455-
Or with a context manager in a ``with`` a statement.
455+
Or with a context manager in a ``with`` statement.
456456

457457
<pre>
458458
<code class="python">import gevent

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy