diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-05-26 14:20:43 -0700 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2014-05-26 14:20:43 -0700 |
| commit | b0c595cc234f490bf41748f80b9b4523b88323be (patch) | |
| tree | b208cf88cf2aa6c5e85a199684c71e754a34b6c9 | |
| parent | 2edb48484aa0736e78cb96fdb87a0f39719eb7d6 (diff) | |
| download | jasper-client-b0c595cc234f490bf41748f80b9b4523b88323be.tar.gz jasper-client-b0c595cc234f490bf41748f80b9b4523b88323be.zip | |
edit docstring
| -rw-r--r-- | boot/vocabcompiler.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
