From 5004001be342f46dd694d539a9a4b8bfbddfd69a Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi Date: Thu, 22 Dec 2016 19:44:21 +0100 Subject: typo --- lesana/command.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lesana/command.py b/lesana/command.py index 7f7f116..6f3fefe 100644 --- a/lesana/command.py +++ b/lesana/command.py @@ -80,12 +80,12 @@ class Search(gadona.Command): if self.settings.offset: logging.warning( "offset exposes an internal knob and MAY BE" + - "REMOVED from a future release of lesana" + " REMOVED from a future release of lesana" ) if self.settings.pagesize: logging.warning( "pagesize exposes an internal knob and MAY BE" + - "REMOVED from a future release of lesana" + " REMOVED from a future release of lesana" ) offset = self.settings.offset or 0 pagesize = self.settings.pagesize or 12 -- cgit v1.2.3