From 10caa4a1043612f9af7eb6045c1020d899eabfe4 Mon Sep 17 00:00:00 2001 From: Denis Zalevskiy Date: Fri, 22 Oct 2021 11:35:21 +0300 Subject: [PATCH] Fix typo in buildah context creation docs Signed-off-by: Denis Zalevskiy --- docs/api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.rst b/docs/api.rst index 7ab3274e..9bc32861 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -95,7 +95,7 @@ Connection Methods :param str container: The name of the Buildah container to connect to. - :param str doas_path: + :param str buildah_path: Filename or complete path to the ``buildah`` binary. ``PATH`` will be searched if given as a filename. Defaults to ``buildah``. :param str username: