Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f008c51

Browse files
committed
Merge pull request sdiehl#28 from zr40/patch-1
Fix a typo
2 parents 484d85a + 30abf6b commit f008c51

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
@@ -514,10 +514,10 @@ except Timeout:
514514

515515
Alas we come to dark corners of Gevent. I've avoided mentioning
516516
monkey patching up until now to try and motivate the powerful
517-
coroutine patterns but the time has come to discuss the dark arts
518-
of monkey-patching. If you noticed above we invoked the commnad
517+
coroutine patterns, but the time has come to discuss the dark arts
518+
of monkey-patching. If you noticed above we invoked the command
519519
``monkey.patch_socket()``. This is a purely side-effectful command to
520-
modify the standard library's socket library
520+
modify the standard library's socket library.
521521

522522
<pre>
523523
<code class="python">import socket

0 commit comments

Comments
 (0)