From 7714f48520d4e8254785c8c31668df1a7adcdfa4 Mon Sep 17 00:00:00 2001
From: licanwei
Date: Tue, 20 Sep 2016 15:54:55 +0800
Subject: [PATCH] remove redundant word
root.description = ("Watcher is an OpenStack project which aims to"
"to improve physical resources usage through"
Here more one 'to'
Change-Id: I3dac6cb15af43583a1360b7f2f14d4e2c9c26cf9
---
watcher/api/controllers/root.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/watcher/api/controllers/root.py b/watcher/api/controllers/root.py
index 7608ac90e..e42734c99 100644
--- a/watcher/api/controllers/root.py
+++ b/watcher/api/controllers/root.py
@@ -61,7 +61,7 @@ class Root(base.APIBase):
root = Root()
root.name = "OpenStack Watcher API"
root.description = ("Watcher is an OpenStack project which aims to "
- "to improve physical resources usage through "
+ "improve physical resources usage through "
"better VM placement.")
root.versions = [Version.convert('v1')]
root.default_version = Version.convert('v1')