Commit 7a26355b authored by Jason Madden's avatar Jason Madden Committed by GitHub

Merge pull request #1360 from felixonmars/patch-3

Fix a typo in doc/intro.rst
parents 1b3ee131 e442618d
......@@ -132,7 +132,7 @@ blocking I/O functions that bypass the event loop.
Synchronizing access to objects shared across the greenlets is
unnecessary in most cases (because yielding control is usually
explict), thus traditional synchronization devices like the
explicit), thus traditional synchronization devices like the
:class:`gevent.lock.BoundedSemaphore`, :class:`gevent.lock.RLock` and
:class:`gevent.lock.Semaphore` classes, although present, aren't used very
often. Other abstractions from threading and multiprocessing remain
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment