projects
/
cached-property.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c2ebcf
)
Update the readme
author
Daniel Greenfeld
<pydanny@gmail.com>
Sat, 17 May 2014 23:20:58 +0000
(16:20 -0700)
committer
Daniel Greenfeld
<pydanny@gmail.com>
Sat, 17 May 2014 23:20:58 +0000
(16:20 -0700)
README.rst
patch
|
blob
|
history
diff --git
a/README.rst
b/README.rst
index 41e3dc9bc363b99f7a9bab956f8c006393a69103..928072086ecfae1bb2ea20192b2869ca4efd05f3 100644
(file)
--- a/
README.rst
+++ b/
README.rst
@@
-85,7
+85,7
@@
Now when we run it the price stays at $550.
>>> m.boardwalk
550
-Why doesn't the value of `m.boardwalk` change? Because it's a **cached property**!
:
+Why doesn't the value of `m.boardwalk` change? Because it's a **cached property**!
Credits
--------