Parcourir la source

[2225_statistics] Minor grammar correction

Mukund Sivaraman il y a 12 ans
Parent
commit
df03141495
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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