aboutsummaryrefslogtreecommitdiff
path: root/bestflags/steering.py
diff options
context:
space:
mode:
Diffstat (limited to 'bestflags/steering.py')
-rw-r--r--bestflags/steering.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/bestflags/steering.py b/bestflags/steering.py
index 7d9064b5..0be8d906 100644
--- a/bestflags/steering.py
+++ b/bestflags/steering.py
@@ -1,4 +1,7 @@
-"""A Genetic Algorithm implementation for selecting good flags."""
+"""A Genetic Algorithm implementation for selecting good flags.
+
+Part of the Chrome build flags optimization.
+"""
__author__ = 'yuhenglong@google.com (Yuheng Long)'