projects
/
h5config.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4a3a98
)
config: Fix 'settubg -> 'setting' typo
master
author
W. Trevor King
<wking@tremily.us>
Sun, 28 Apr 2013 22:52:22 +0000
(18:52 -0400)
committer
W. Trevor King
<wking@tremily.us>
Sun, 28 Apr 2013 22:52:22 +0000
(18:52 -0400)
h5config/config.py
patch
|
blob
|
history
diff --git
a/h5config/config.py
b/h5config/config.py
index 0319e02d44a59f7d8d60902a07fd06cbff6cee3d..f26e4b210c8f79f59d53378ec7631baf79271099 100644
(file)
--- a/
h5config/config.py
+++ b/
h5config/config.py
@@
-93,7
+93,7
@@
class ChoiceSetting (Setting):
class BooleanSetting (ChoiceSetting):
- """A named sett
ub
g that can be either true or false.
+ """A named sett
in
g that can be either true or false.
>>> s = BooleanSetting(name='bool')