From cd06cee03a6bf44237dcde5f2ce98146dbb97296 Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Tue, 2 Jun 2015 13:33:47 -0500 Subject: fix typo in some comment --- rpcblockchainexplorer/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3