From 5af460091cb9ea784101ea3be7857b334c955061 Mon Sep 17 00:00:00 2001 From: Uday Mullangi Date: Wed, 7 Dec 2016 11:47:07 +0530 Subject: [PATCH] doc: correcting the object name Signed-off-by: umullangi@walmartlabs.com --- doc/radosgw/swift/python.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/radosgw/swift/python.rst b/doc/radosgw/swift/python.rst index c12f89fea77..28d92d7cc97 100644 --- a/doc/radosgw/swift/python.rst +++ b/doc/radosgw/swift/python.rst @@ -95,7 +95,7 @@ This downloads the object ``hello.txt`` and saves it in Delete an Object ================ -This deletes the object ``goodbye.txt``: +This deletes the object ``hello.txt``: .. code-block:: python