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:
164ba31
)
Update README.rst
author
Daniel Greenfeld
<pydanny@users.noreply.github.com>
Tue, 28 Apr 2015 16:52:10 +0000
(09:52 -0700)
committer
Daniel Greenfeld
<pydanny@users.noreply.github.com>
Tue, 28 Apr 2015 16:52:10 +0000
(09:52 -0700)
README.rst
patch
|
blob
|
history
diff --git
a/README.rst
b/README.rst
index d9a893b17794ee80ad999e325db9420d01381397..970b5f6cce335f6ba2de5cd98af332a112c07381 100644
(file)
--- a/
README.rst
+++ b/
README.rst
@@
-8,9
+8,6
@@
cached-property
.. image:: https://travis-ci.org/pydanny/cached-property.png?branch=master
:target: https://travis-ci.org/pydanny/cached-property
-.. image:: https://pypip.in/d/cached-property/badge.png
- :target: https://pypi.python.org/pypi/cached-property
-
A decorator for caching properties in classes.