Skip to content

Commit

Permalink
Merge pull request #132 from Jsying/fix-typo
Browse files Browse the repository at this point in the history
Fix typo in quickstart.rst
  • Loading branch information
pipermerriam committed Dec 23, 2016
2 parents 656903b + 1794631 commit 7e94393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ This connection can be either over JSON-RPC using HTTP (TCP/IP)

.. code-block:: python
>>> from web3 import Web, KeepAliveRPCProvider, IPCProvider
>>> from web3 import Web3, KeepAliveRPCProvider, IPCProvider
# Note that you should create only one RPCProvider per
# process, as it recycles underlying TCP/IP network connections between
Expand Down

0 comments on commit 7e94393

Please sign in to comment.