Browse Source

[2823-regression] Make a minor comment update

Mukund Sivaraman 12 years ago
parent
commit
e67c6142d4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/bin/stats/tests/stats_test.py

+ 1 - 1
src/bin/stats/tests/stats_test.py

@@ -1290,7 +1290,7 @@ class TestStats(unittest.TestCase):
         # statistics, while do_polling() can ask for module statistics in an
         # statistics, while do_polling() can ask for module statistics in an
         # unpredictable order (if hash randomization is enabled, which is
         # unpredictable order (if hash randomization is enabled, which is
         # the case by default for Python 3.3).  To make it predictable and
         # the case by default for Python 3.3).  To make it predictable and
-        # the prepared answer doesn't cause disruption, we remove the
+        # ensure the prepared answer doesn't cause disruption, we remove the
         # information for the Auth module for this test.
         # information for the Auth module for this test.
         del stat.statistics_data['Auth']
         del stat.statistics_data['Auth']