summaryrefslogtreecommitdiff
path: root/docker/transport/npipeconn.py
diff options
context:
space:
mode:
authorJoffrey F <joffrey@docker.com>2016-12-02 15:37:58 -0800
committerJoffrey F <joffrey@docker.com>2016-12-12 13:55:19 -0800
commitb45f2659ddd126bab35a90e8d2ead7bacbbd8c48 (patch)
tree392ebafeb561b4ed7aca9888279a15e5f92024e3 /docker/transport/npipeconn.py
parent514291cfb415d7ea3e8eace64220cdf5481bf494 (diff)
downloaddocker-py-2.0.0-release.tar.gz
Rename non-URL occurrences of docker-py to "Docker SDK for Python"2.0.0-release
Signed-off-by: Joffrey F <joffrey@docker.com>
Diffstat (limited to 'docker/transport/npipeconn.py')
-rw-r--r--docker/transport/npipeconn.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/transport/npipeconn.py b/docker/transport/npipeconn.py
index 3054037..db059b4 100644
--- a/docker/transport/npipeconn.py
+++ b/docker/transport/npipeconn.py
@@ -96,7 +96,7 @@ class NpipeAdapter(requests.adapters.HTTPAdapter):
# doesn't have a hostname, like is the case when using a UNIX socket.
# Since proxies are an irrelevant notion in the case of UNIX sockets
# anyway, we simply return the path URL directly.
- # See also: https://github.com/docker/docker-py/issues/811
+ # See also: https://github.com/docker/docker-sdk-python/issues/811
return request.path_url
def close(self):