Commit e442618d authored by Felix Yan's avatar Felix Yan Committed by GitHub

Fix a typo in doc/intro.rst

parent 1b3ee131
......@@ -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