From 0f17c185c1bd9dd59796fc0ff5e66f821f0bd3b3 Mon Sep 17 00:00:00 2001 From: Greg Lange Date: Thu, 6 Feb 2014 17:10:19 +0000 Subject: [PATCH] Fix a comment in bulk middleware. Change-Id: I3a65d090c5c6ce42639e0af0fcac738a12e52252 --- swift/common/middleware/bulk.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/swift/common/middleware/bulk.py b/swift/common/middleware/bulk.py index 9a4d989592..af01c47fe2 100644 --- a/swift/common/middleware/bulk.py +++ b/swift/common/middleware/bulk.py @@ -158,8 +158,8 @@ class Bulk(object): /container_name - The response is similar to bulk deletes as in every response will be a 200 - OK and you must parse the response body for actual results. An example + The response is similar to extract archive as in every response will be a + 200 OK and you must parse the response body for actual results. An example response is: {"Number Not Found": 0,