From 6ca2466e844085ff079d88edef223ca1a2f6fcfa Mon Sep 17 00:00:00 2001 From: Lucida Dragon Date: Sun, 3 Oct 2021 19:40:12 -0400 Subject: [PATCH] Fix typo in WebSocket tutorial (#5296) --- tutorials/networking/websocket.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/networking/websocket.rst b/tutorials/networking/websocket.rst index 6589c5efe..3978d55ea 100644 --- a/tutorials/networking/websocket.rst +++ b/tutorials/networking/websocket.rst @@ -93,7 +93,7 @@ This will print: Minimal server example ^^^^^^^^^^^^^^^^^^^^^^ -This example will show you how to create a WebSocket server that listen for remote connections, and how to send and receive data. +This example will show you how to create a WebSocket server that listens for remote connections, and how to send and receive data. ::