From 3ae0b80bbd91e5ec3a64657913edc25b8728efcb Mon Sep 17 00:00:00 2001 From: Anh Tran Date: Thu, 29 Sep 2016 10:09:14 +0700 Subject: [PATCH] Remove redundant 'the' Change-Id: I9f6a11d714e5e9f3c0c6609465225923495aa99a --- swift/common/middleware/versioned_writes.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/swift/common/middleware/versioned_writes.py b/swift/common/middleware/versioned_writes.py index 437a94b385..fa89fc334a 100644 --- a/swift/common/middleware/versioned_writes.py +++ b/swift/common/middleware/versioned_writes.py @@ -71,10 +71,9 @@ as described above. To restore a previous version of an object, find the desired version in the archive container then issue a ``COPY`` with a ``Destination`` header indicating the original location. This will archive the current version similar -to a ``PUT`` over the versioned object. If the the client additionally wishes -to permanently delete what was the current version, it must find the -newly-created archive in the archive container and issue a separate ``DELETE`` -to it. +to a ``PUT`` over the versioned object. If the client additionally wishes to +permanently delete what was the current version, it must find the newly-created +archive in the archive container and issue a separate ``DELETE`` to it. -------------------------------------------------- How to Enable Object Versioning in a Swift Cluster