diff options
-rw-r--r-- | lesana/command.py | 4 |
1 files 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 |