From a4d942df01b56770542f49d100d96a25787323bd Mon Sep 17 00:00:00 2001 From: chengebj5238 Date: Tue, 6 Feb 2018 17:52:18 +0800 Subject: [PATCH] Modify grammatical errors Change-Id: I36d4dcb2a108f934baca21f15c951da15ba216b2 --- zaqar/storage/redis/messages.py | 2 +- zaqar/storage/swift/utils.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/zaqar/storage/redis/messages.py b/zaqar/storage/redis/messages.py index bf683d312..17cef59e5 100644 --- a/zaqar/storage/redis/messages.py +++ b/zaqar/storage/redis/messages.py @@ -545,7 +545,7 @@ def _filter_messages(messages, filters, to_basic, marker): """Create a filtering iterator over a list of messages. The function accepts a list of filters to be filtered - before the the message can be included as a part of the reply. + before the message can be included as a part of the reply. """ now = timeutils.utcnow_ts() diff --git a/zaqar/storage/swift/utils.py b/zaqar/storage/swift/utils.py index 23ea5443a..6289ec997 100644 --- a/zaqar/storage/swift/utils.py +++ b/zaqar/storage/swift/utils.py @@ -92,7 +92,7 @@ def _filter_messages(messages, filters, marker, get_object, list_objects, """Create a filtering iterator over a list of messages. The function accepts a list of filters to be filtered - before the the message can be included as a part of the reply. + before the message can be included as a part of the reply. """ now = timeutils.utcnow_ts(True)