Skip to content

Commit 85fbbd6

Browse files
committed
Spaces → Tabs (except for alignment)
Most parts of the codebase were already using tabs before this and only needed small adjustments.
1 parent 492c088 commit 85fbbd6

12 files changed

+552
-548
lines changed

ipfshttpclient/client/base.py

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -87,14 +87,15 @@ class ClientBase(object):
8787
----------
8888
addr : Union[bytes, str, multiaddr.Multiaddr]
8989
The `MultiAddr <dweb:/ipns/multiformats.io/multiaddr/>`_ describing the
90-
API daemon location, as used in the *API* key of
91-
`go-ipfs Addresses section <https://github.com/ipfs/go-ipfs/blob/master/docs/config.md#addresses>`_
90+
API daemon location, as used in the *API* key of `go-ipfs Addresses
91+
section
92+
<https://github.com/ipfs/go-ipfs/blob/master/docs/config.md#addresses>`_
9293
9394
Supported addressing patterns are currently:
94-
95-
* ``/{dns,dns4,dns6,ip4,ip6}/<host>/tcp/<port>`` (HTTP)
96-
* ``/{dns,dns4,dns6,ip4,ip6}/<host>/tcp/<port>/http`` (HTTP)
97-
* ``/{dns,dns4,dns6,ip4,ip6}/<host>/tcp/<port>/https`` (HTTPS)
95+
96+
* ``/{dns,dns4,dns6,ip4,ip6}/<host>/tcp/<port>`` (HTTP)
97+
* ``/{dns,dns4,dns6,ip4,ip6}/<host>/tcp/<port>/http`` (HTTP)
98+
* ``/{dns,dns4,dns6,ip4,ip6}/<host>/tcp/<port>/https`` (HTTPS)
9899
99100
Additional forms (proxying) may be supported in the future.
100101
base : str

0 commit comments

Comments
 (0)