diff options
author | Tsuyoshi Hombashi <tsuyoshi.hombashi@gmail.com> | 2019-01-26 12:39:14 +0900 |
---|---|---|
committer | Tsuyoshi Hombashi <tsuyoshi.hombashi@gmail.com> | 2019-01-26 12:47:20 +0900 |
commit | 6935ce88192db5b0465d53e3005e15be47f4ed58 (patch) | |
tree | 3f5eb3a7c95c5814e2465994a2f627bc636211b0 /docker/api/client.py | |
parent | d7772b73f2c7bcdae742d7a96f3a41ec0620277e (diff) | |
download | docker-py-6935ce88192db5b0465d53e3005e15be47f4ed58.tar.gz |
Fix descriptions of the default API version in docs
1.30 -> 1.35
Signed-off-by: Tsuyoshi Hombashi <tsuyoshi.hombashi@gmail.com>
Diffstat (limited to 'docker/api/client.py')
-rw-r--r-- | docker/api/client.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/api/client.py b/docker/api/client.py index 668dfee..9b70554 100644 --- a/docker/api/client.py +++ b/docker/api/client.py @@ -82,7 +82,7 @@ class APIClient( base_url (str): URL to the Docker server. For example, ``unix:///var/run/docker.sock`` or ``tcp://127.0.0.1:1234``. version (str): The version of the API to use. Set to ``auto`` to - automatically detect the server's version. Default: ``1.30`` + automatically detect the server's version. Default: ``1.35`` timeout (int): Default timeout for API calls, in seconds. tls (bool or :py:class:`~docker.tls.TLSConfig`): Enable TLS. Pass ``True`` to enable it with default options, or pass a |