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