Skip to content

Commit

Permalink
Merge pull request #35 from ckauhaus/master
Browse files Browse the repository at this point in the history
Fix docstring w.r.t. http+unix usage
  • Loading branch information
gmr committed May 13, 2015
2 parents 4177a97 + 7a78a0c commit 2188787
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions consulate/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ class Consul(object):
.. code:: python
consul = consulate.Consul('localhost', None, scheme='http+unix',
adapters=consulate.adapters.UnixSocketRequest)
consul = consulate.Consul('/path/to/socket', None, scheme='http+unix',
adapter=consulate.adapters.UnixSocketRequest)
services = consul.agent.services()
:param str host: The host name to connect to (Default: localhost)
Expand Down

0 comments on commit 2188787

Please sign in to comment.