server/repository.py
changeset 9683 74359402bfb0
parent 9676 3f62606c01a2
child 9685 0033aa71e077
--- a/server/repository.py	Thu Apr 10 17:31:50 2014 +0200
+++ b/server/repository.py	Wed Apr 09 14:05:54 2014 +0200
@@ -499,7 +499,7 @@
 
     # public (dbapi) interface ################################################
 
-    @deprecated("[3.19] use _cw.call_service('repo_stats'")
+    @deprecated("[3.19] use _cw.call_service('repo_stats')")
     def stats(self): # XXX restrict to managers session?
         """Return a dictionary containing some statistics about the repository
         resources usage.
@@ -511,7 +511,7 @@
         with self.internal_cnx() as cnx:
             return cnx.call_service('repo_stats')
 
-    @deprecated("[3.19] use _cw.call_service('repo_gc_stats'")
+    @deprecated("[3.19] use _cw.call_service('repo_gc_stats')")
     def gc_stats(self, nmax=20):
         """Return a dictionary containing some statistics about the repository
         memory usage.