Correct some typos

There are some typos in zaqar, this patch fix it.

Change-Id: I6a7be9c395c2a147d4ce2e4822cd3da51cea8990
This commit is contained in:
gecong1973 2017-09-29 01:20:57 -07:00
parent b010ba13eb
commit 21069b5552
2 changed files with 3 additions and 3 deletions

View File

@ -33,9 +33,9 @@ SUBSCRIPTION_IDS_SUFFIX = 'subscriptions'
class SubscriptionController(base.Subscription): class SubscriptionController(base.Subscription):
"""Implements subscription resource operations using MongoDB. """Implements subscription resource operations using Redis.
Subscriptions are unique by project + queue/topic + subscriber. Subscriptions are unique by project + queue + subscriber.
Schema: Schema:
's': source :: six.text_type 's': source :: six.text_type

View File

@ -236,7 +236,7 @@ def requires_redis(test_case):
def requires_swift(test_case): def requires_swift(test_case):
"""Decorator to flag a test case as being dependent on Swift. """Decorator to flag a test case as being dependent on Swift.
Redis-specific tests will be skipped unless the ZAQAR_TEST_SWIFT Swift-specific tests will be skipped unless the ZAQAR_TEST_SWIFT
environment variable is set. If the variable is set, the tests will environment variable is set. If the variable is set, the tests will
assume that Swift is accessible and configured properly. assume that Swift is accessible and configured properly.
""" """