better TODO message
diff --git a/src/purelib.py b/src/purelib.py
index 3357de9..5e6a82b 100644
--- a/src/purelib.py
+++ b/src/purelib.py
@@ -24,7 +24,7 @@
     # package code in it. eg. the 'markupsafe' package.
     if dot_data_dir:
         for child in pathlib.Path(dot_data_dir).iterdir():
-            # TODO(Jonathon): Should all other potential folders get ignored?
+            # TODO(Jonathon): Should all other potential folders get ignored? eg. 'platlib'
             if str(child).endswith("purelib"):
                 for grandchild in child.iterdir():
                     shutil.move(