From b554a68e1c1f34b3d993eb10ccbd3fe307e9ebbe Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sat, 26 Oct 2024 23:03:40 +0200 Subject: Remove trailing whitespace --- yahoozy.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yahoozy.py b/yahoozy.py index f305038..7a5ee78 100755 --- a/yahoozy.py +++ b/yahoozy.py @@ -781,7 +781,7 @@ def game_end(rs: RenderState, body_win) -> None: def histhandle(mode: str) -> TextIO: """Return a handle to the history file with MODE. - + If the history file doesn’t exist this function will create the necessary directories. This function makes sure to abide by system- specific convensions. @@ -817,7 +817,7 @@ def savehist(fp: TextIO, xs: list[LBEntry]) -> None: def loadhist(fp: TextIO, n: int = -1) -> list[LBEntry]: """Load the first N history entries from FP. - + If N is omitted this function returns all entries in FP. """ xs: list[LBEntry] = [] -- cgit v1.2.3