From adfece1a32a7bdeea3b1f26f6343d74747b0e9ef Mon Sep 17 00:00:00 2001 From: Nicholas Dyer Date: Thu, 11 May 2023 15:28:11 -0400 Subject: [PATCH] fixed doc error --- pocket_friends/game_files/io_helpers/fake_gpio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pocket_friends/game_files/io_helpers/fake_gpio.py b/pocket_friends/game_files/io_helpers/fake_gpio.py index 23a82c6..2122fc2 100644 --- a/pocket_friends/game_files/io_helpers/fake_gpio.py +++ b/pocket_friends/game_files/io_helpers/fake_gpio.py @@ -1,6 +1,6 @@ """ Module used to fake the RPi.GPIO module so that -the hardware can be run without the actual hardware. +the program can be run without the actual hardware. """ # Constants used by RPi.GPIO