Skip to content

Commit

Permalink
docs/providers: fix indentation.
Browse files Browse the repository at this point in the history
/home/veox/src/web3.py/docs/providers.rst:100: WARNING: Unexpected indentation.
  • Loading branch information
veox authored and kclowes committed Apr 15, 2019
1 parent 16203ac commit e8205cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/providers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ succesful connection it can make:
1. The connection specified by an environment variable, see :ref:`provider_uri`
2. :class:`~web3.providers.ipc.IPCProvider`, which looks for several IPC file locations.
`IPCProvider` will not automatically detect a testnet connection, it is suggested that the
user instead uses a `w3` instance from `web3.auto.infura` (eg.
`from web3.auto.infura.ropsten import w3`) if they want to auto-detect a testnet.
user instead uses a `w3` instance from `web3.auto.infura` (e.g.
`from web3.auto.infura.ropsten import w3`) if they want to auto-detect a testnet.
3. :class:`~web3.providers.rpc.HTTPProvider`, which attempts to connect to "http://localhost:8545"
4. None - if no providers are successful, you can still use Web3 APIs
that do not require a connection, like:
Expand Down

0 comments on commit e8205cc

Please sign in to comment.