projects
/
h5config.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c864bf6
)
Fix arbitrart -> arbitrary typo in config.Setting.__doc__.
author
W. Trevor King
<wking@drexel.edu>
Thu, 8 Sep 2011 14:31:06 +0000
(10:31 -0400)
committer
W. Trevor King
<wking@drexel.edu>
Thu, 8 Sep 2011 14:31:06 +0000
(10:31 -0400)
h5config/config.py
patch
|
blob
|
history
diff --git
a/h5config/config.py
b/h5config/config.py
index 6f4112fef21f753e716aecac9dc760dbb3c0f086..66ba8ee238742401886d957ba4ebbd7904729370 100644
(file)
--- a/
h5config/config.py
+++ b/
h5config/config.py
@@
-24,7
+24,7
@@
from . import LOG as _LOG
class Setting (object):
- "A named setting with arbitrar
t
text values."
+ "A named setting with arbitrar
y
text values."
def __init__(self, name, help='', default=None):
self.name = name
self._help = help