From 8c3601474b2c5aa0c52bb1f85f9dc5caa1f048ed Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Thu, 2 Apr 2015 08:36:42 -0400 Subject: [PATCH] Fix docs nit - make it clear the arg is a string jeblair made a good point in a previous review, there is a string argument that the docs for made it look like you'd pass in a class. Change-Id: Icc9449f75165a3ef8d9920b68eb23c830f8198f0 --- shade/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shade/__init__.py b/shade/__init__.py index 4249cbecc..02e742bf6 100644 --- a/shade/__init__.py +++ b/shade/__init__.py @@ -190,7 +190,7 @@ class OpenStackCloud(object): means do not cache at all. (optional, defaults to None) :param string cache_class: What dogpile.cache cache class to use. - (optional, defaults to dogpile.cache.null) + (optional, defaults to "dogpile.cache.null") :param dict cache_arguments: Additional arguments to pass to the cache constructor (optional, defaults to None) :param TaskManager manager: Optional task manager to use for running