Merge pull request #241 from rdymac/patch-14

Fixed typo in SimpleConfig comment
This commit is contained in:
Maran H. 2013-06-17 10:11:06 -07:00
commit 1975e9c788

View file

@ -10,7 +10,7 @@ class SimpleConfig:
""" """
The SimpleConfig class is responsible for handling operations involving The SimpleConfig class is responsible for handling operations involving
configuration files. The constructor reads and stores the system and configuration files. The constructor reads and stores the system and
user configurations from electrum.conf into seperate dictionaries within user configurations from electrum.conf into separate dictionaries within
a SimpleConfig instance then reads the wallet file. a SimpleConfig instance then reads the wallet file.
""" """
def __init__(self, options={}): def __init__(self, options={}):