summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2015-06-02 13:33:47 -0500
committerBryan Bishop <kanzure@gmail.com>2015-06-02 13:33:47 -0500
commitcd06cee03a6bf44237dcde5f2ce98146dbb97296 (patch)
tree40091624158f3df985e7c1246341a3c20c77fc51
parentb9afc200d5d86f08ccdc4e757fbcf6153a035406 (diff)
downloadrpcblockchainexplorer-cd06cee03a6bf44237dcde5f2ce98146dbb97296.tar.gz
rpcblockchainexplorer-cd06cee03a6bf44237dcde5f2ce98146dbb97296.zip
fix typo in some comment
-rw-r--r--rpcblockchainexplorer/api.py2
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