diff options
author | Bryan Bishop <kanzure@gmail.com> | 2015-06-02 13:33:47 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2015-06-02 13:33:47 -0500 |
commit | cd06cee03a6bf44237dcde5f2ce98146dbb97296 (patch) | |
tree | 40091624158f3df985e7c1246341a3c20c77fc51 | |
parent | b9afc200d5d86f08ccdc4e757fbcf6153a035406 (diff) | |
download | rpcblockchainexplorer-cd06cee03a6bf44237dcde5f2ce98146dbb97296.tar.gz rpcblockchainexplorer-cd06cee03a6bf44237dcde5f2ce98146dbb97296.zip |
fix typo in some comment
-rw-r--r-- | rpcblockchainexplorer/api.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpcblockchainexplorer/api.py b/rpcblockchainexplorer/api.py index 01d865e..8d9ae17 100644 --- a/rpcblockchainexplorer/api.py +++ b/rpcblockchainexplorer/api.py @@ -11,7 +11,7 @@ import types # For using python-bitcoinlib for details about the Bitcoin Core RPC protocol. import inspect -# For some even more devious trickery involving partilaly-pre-specified +# For some even more devious trickery involving partially-pre-specified # function calls. import functools |