From 062aa06eeceb908b258caaec1eaba7745a944aa0 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 c1e240ae2..aa8257863 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. ::