From 719316daef01c0e9521c944f2419f8bda2ec42d2 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Sun, 25 Feb 2018 22:06:08 +0545 Subject: [PATCH] docs: Docker typo. --- docs/api.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api.rst b/docs/api.rst index 6a1ccdd0..993ae461 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -557,8 +557,8 @@ Router Class Image tag to use to construct a temporary container. Defaults to ``None``. :param str docker_path: - Filename or complete path to the sudo binary. ``PATH`` will be searched - if given as a filename. Defaults to ``sudo``. + Filename or complete path to the Docker binary. ``PATH`` will be + searched if given as a filename. Defaults to ``docker``. .. method:: sudo (username=None, sudo_path=None, password=None, \**kwargs)