Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(175)

Unified Diff: scripts/slave/recipe_test_api.py

Issue 187203005: Minor cleanup of some recipe framework code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: scripts/slave/recipe_test_api.py
diff --git a/scripts/slave/recipe_test_api.py b/scripts/slave/recipe_test_api.py
index 56e71603a6f38912ac8e5f3f814f47e4ae31b5ba..d59774ca3652702100bf35e84c66540d4c05a5f8 100644
--- a/scripts/slave/recipe_test_api.py
+++ b/scripts/slave/recipe_test_api.py
@@ -138,7 +138,7 @@ class ModuleTestData(BaseTestData, dict):
"""
Mutable container for test data for a specific module.
- This test data is consumed at module load time (i.e. when CreateRecipeApi
+ This test data is consumed at module load time (i.e. when create_recipe_api
runs).
"""
def __add__(self, other):

Powered by Google App Engine
This is Rietveld 408576698