Browse Source

[2225_statistics] correct documentation about an undefined method

Due to the review comment.
Naoki Kambe 12 years ago
parent
commit
ad6e16d259
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/lib/python/isc/statistics/counter.py

+ 3 - 3
src/lib/python/isc/statistics/counter.py

@@ -16,9 +16,9 @@
 """BIND 10 Statistics counters module
 
 This module handles the statistics counters for BIND 10 modules.  For
-using the module `counter.py`, firstly the init() method should be
-invoked in each module like b10-xfrin or b10-xfrout after importing
-this module.
+using the module `counter.py`, firstly a counters object should be
+created in each module like b10-xfrin or b10-xfrout after importing
+this module. A spec file can be specified in argument when creating.
 
   from isc.statistics import Counters
   self.counters = Counters(/path/to/foo.spec)