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
This commit is contained in:
parent
7eb7c4c89a
commit
8c3601474b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user