Browse Source

[2225_statistics] Minor grammar correction

Mukund Sivaraman 12 years ago
parent
commit
df03141495
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/python/isc/statistics/counters.py

+ 1 - 1
src/lib/python/isc/statistics/counters.py

@@ -303,7 +303,7 @@ class Counters():
                          identifier, step)
 
     def inc(self, *args):
-        """A incrementer for a counter. Locks the thread because it is
+        """An incrementer for a counter. Locks the thread because it is
         considered to be invoked by a multi-threading
         caller. isc.cc.data.DataNotFoundError is raised when
         incrementing the counter of the item undefined in the spec