From 566c19c88702a6787fc0d4fb643228f35a716f19 Mon Sep 17 00:00:00 2001 From: Kobi Samoray Date: Tue, 27 Sep 2016 14:19:05 +0300 Subject: [PATCH] Fix a docstring typo in build.py TrivialFix Change-Id: I556b1563e8abecb14baacd4c84fc72f4bd3cd140 --- kolla/image/build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kolla/image/build.py b/kolla/image/build.py index 27d06b3020..14cbd62bb0 100644 --- a/kolla/image/build.py +++ b/kolla/image/build.py @@ -194,7 +194,7 @@ class PushIntoQueueTask(task.Task): class PushTask(DockerTask): - """Task that pushes a image to a docker repository.""" + """Task that pushes an image to a docker repository.""" def __init__(self, conf, image): super(PushTask, self).__init__()