Parcourir la source

[2823-regression] Make a minor comment update

Mukund Sivaraman il y a 12 ans
Parent
commit
e67c6142d4
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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
         # unpredictable order (if hash randomization is enabled, which is
         # 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.
         del stat.statistics_data['Auth']