Fix python2 syntaxe in doc
Change-Id: I07555b658f3730851baaa0772b2567f1f23bcab6
This commit is contained in:
parent
8a8248d764
commit
aa2a5c21eb
@ -25,7 +25,7 @@ A simple example of oslo.cache in use::
|
|||||||
|
|
||||||
@MEMOIZE
|
@MEMOIZE
|
||||||
def f(x):
|
def f(x):
|
||||||
print x
|
print(x)
|
||||||
return x
|
return x
|
||||||
|
|
||||||
An example config file for this is::
|
An example config file for this is::
|
||||||
|
Loading…
Reference in New Issue
Block a user