#Added doc string.
diff --git a/Lib/knee.py b/Lib/knee.py
index f88d78f..2473f9b 100644
--- a/Lib/knee.py
+++ b/Lib/knee.py
@@ -1,4 +1,11 @@
-# More structured (slower) alternative to mini
+"""An Python re-implementation of hierarchical module import.
+
+This code is intended to be read, not executed.  However, it does work
+-- all you need to do to enable it is "import knee".
+
+(The name is a pun on the klunkier predecessor of this module, "ni".)
+
+"""
 
 import sys, imp, __builtin__, string