From d819354c766fe3bc76d1bdbecde2e18515a1fd70 Mon Sep 17 00:00:00 2001 From: gholt Date: Thu, 1 Aug 2013 13:09:13 +0000 Subject: [PATCH] Just a tiny doc fix for a Sphinx warning Change-Id: Iede31212065eafb94fd29a63103e1e73e2de770d --- swift/common/utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/swift/common/utils.py b/swift/common/utils.py index 98c423251d..66919c721f 100644 --- a/swift/common/utils.py +++ b/swift/common/utils.py @@ -1851,6 +1851,7 @@ def replication(func): """ Decorator to declare which methods are accessible for different type of servers: + * If option replication_server is None then this decorator doesn't matter. * If option replication_server is True then ONLY decorated with