[silva.core.interfaces][Sylvain Viollon] Update interface.

[email protected] Tue, 22 Oct 2013 12:02:32 +0200
Newsgroups gmane.comp.web.zope.silva.cvs
Message-ID <[email protected]>
author:    Sylvain Viollon
date:      Tue Oct 22 12:02:29 2013 +0200
revision:  251:30c302c56274 in silva.core.interfaces
branch:    2.4
details:   https://hg.infrae.com/silva.core.interfaces?cmd=changeset;node=30c302c56274
modified:  src/silva/core/interfaces/content.py
added:     
removed:   
log:       Update interface.


diffstat:

 src/silva/core/interfaces/content.py |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 043791b87fbf -r 30c302c56274 src/silva/core/interfaces/content.py
--- a/src/silva/core/interfaces/content.py	Tue Oct 22 11:40:55 2013 +0200
+++ b/src/silva/core/interfaces/content.py	Tue Oct 22 12:02:29 2013 +0200
@@ -61,7 +61,7 @@
     """
     used_space = interface.Attribute(u"Used space by quota items.")
 
-    def update_used_quota(delta, verify):
+    def update_used_space(delta, verify):
         """Update used space with ``delta``, and verify quota for this
         folder. This is a private method (meaning it can't be called
         from the ZODB).