From 2c63f7fd419c506568e705093e9478b9cf29f4a8 Mon Sep 17 00:00:00 2001 From: Kronifer <44979306+Kronifer@users.noreply.github.com> Date: Tue, 1 Jun 2021 11:30:09 -0500 Subject: Small docstring change. Co-authored-by: ChrisJL --- bot/exts/evergreen/avatar_modification/_effects.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bot') diff --git a/bot/exts/evergreen/avatar_modification/_effects.py b/bot/exts/evergreen/avatar_modification/_effects.py index c5e5cb86..46d1a2ab 100644 --- a/bot/exts/evergreen/avatar_modification/_effects.py +++ b/bot/exts/evergreen/avatar_modification/_effects.py @@ -101,7 +101,7 @@ class PfpEffects: """ Flips the image horizontally. - This is done by just using ImageOps.flip(). + This is done by just using ImageOps.mirror(). """ image = ImageOps.mirror(image) -- cgit v1.2.3