From 4f611dcb5786fa16c2bd36411fc56d7dcfbd919a Mon Sep 17 00:00:00 2001 From: RunDevelopment Date: Tue, 21 Nov 2023 15:10:31 +0100 Subject: [PATCH] Typo --- src/spandrel/architectures/Compact/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/spandrel/architectures/Compact/__init__.py b/src/spandrel/architectures/Compact/__init__.py index 1f7c21ce..32378812 100644 --- a/src/spandrel/architectures/Compact/__init__.py +++ b/src/spandrel/architectures/Compact/__init__.py @@ -28,7 +28,8 @@ def is_square(n: int) -> bool: return int(math.sqrt(x // c)), c raise AssertionError( - f"Expected output channels to be either 1, 3, or 4. Could not find a a pair (s, o) such that s*s*o = {x}" + f"Expected output channels to be either 1, 3, or 4." + f" Could not find a pair (s, o) such that s*s*o = {x}" )