diff --git a/synapse/config/_base.py b/synapse/config/_base.py
index dca3157dfc6edaa23df4da073dc62b4173ddf8b1..d0c997244569efdf2dd766f364ec6e96014a2abf 100644
--- a/synapse/config/_base.py
+++ b/synapse/config/_base.py
@@ -25,6 +25,8 @@ class ConfigError(Exception):
     pass
 
 
+# We split these messages out to allow packages to override with package
+# specific instructions.
 MISSING_REPORT_STATS_CONFIG_INSTRUCTIONS = """\
 Please opt in or out of reporting anonymized homeserver usage statistics, by
 setting the `report_stats` key in your config file to either True or False.