From 455a2b83d4f881165d96ce7a40bbe93c4dd3201f Mon Sep 17 00:00:00 2001 From: Aditya Datta <121566854+Aditya007Datta@users.noreply.github.com> Date: Wed, 5 Jun 2024 14:42:12 +0530 Subject: [PATCH] Update __init__.py --- patchify/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patchify/__init__.py b/patchify/__init__.py index 01763a9..fbe5543 100644 --- a/patchify/__init__.py +++ b/patchify/__init__.py @@ -34,7 +34,7 @@ def patchify(image: np.ndarray, patch_size: Imsize, step: int = 1) -> np.ndarray def unpatchify(patches: np.ndarray, imsize: Imsize) -> np.ndarray: """ - Merge patches into the orignal image + Merge patches into the original image Parameters ----------