summaryrefslogtreecommitdiff
path: root/boot/vocabcompiler.py
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2014-05-26 14:20:43 -0700
committerschneefux <schneefux+commit@schneefux.xyz>2014-05-26 14:20:43 -0700
commitb0c595cc234f490bf41748f80b9b4523b88323be (patch)
treeb208cf88cf2aa6c5e85a199684c71e754a34b6c9 /boot/vocabcompiler.py
parent2edb48484aa0736e78cb96fdb87a0f39719eb7d6 (diff)
downloadjasper-client-b0c595cc234f490bf41748f80b9b4523b88323be.tar.gz
jasper-client-b0c595cc234f490bf41748f80b9b4523b88323be.zip
edit docstring
Diffstat (limited to 'boot/vocabcompiler.py')
-rw-r--r--boot/vocabcompiler.py2
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