From 9e4608e726cd43ef5a3e75899c84f975d26a3648 Mon Sep 17 00:00:00 2001 From: ian5 Date: Sun, 27 Feb 2022 06:00:36 -0500 Subject: [PATCH] minor spelling error MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit "itorates" 😡😡😡😡😡😡 --- example.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example.py b/example.py index b890a05..f7ce850 100644 --- a/example.py +++ b/example.py @@ -111,7 +111,7 @@ class rcon_receive(Enum): timeout = 0 #used for timing out a bad connection #this function isn't used but its example code of parsing the 'PlayerData' JSON set -#It itorates through an entire JSON string looking for keys that start with the string 'PlayerData' +#It iterates through an entire JSON string looking for keys that start with the string 'PlayerData' #If found, you can use the 'k' variable as an accessor for each key/value pair #just look at the damn code, whatever, fuck def scoreboard(jsonString):