From b0c595cc234f490bf41748f80b9b4523b88323be Mon Sep 17 00:00:00 2001 From: schneefux Date: Mon, 26 May 2014 14:20:43 -0700 Subject: edit docstring --- boot/vocabcompiler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot/vocabcompiler.py b/boot/vocabcompiler.py index d9feba1..5c00675 100644 --- a/boot/vocabcompiler.py +++ b/boot/vocabcompiler.py @@ -1,5 +1,5 @@ """ - This iterates over all the WORDS variables in the modules and creates a dictionary that the client program will use + Iterates over all the WORDS variables in the modules and creates a dictionary for the client. """ import os -- cgit v1.3.1