We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 484d85a + 30abf6b commit f008c51Copy full SHA for f008c51
tutorial.md
@@ -514,10 +514,10 @@ except Timeout:
514
515
Alas we come to dark corners of Gevent. I've avoided mentioning
516
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
+coroutine patterns, but the time has come to discuss the dark arts
+of monkey-patching. If you noticed above we invoked the command
519
``monkey.patch_socket()``. This is a purely side-effectful command to
520
-modify the standard library's socket library
+modify the standard library's socket library.
521
522
<pre>
523
<code class="python">import socket
0 commit comments