diff --git a/IPython/frontend/html/notebook/fabfile.py b/IPython/frontend/html/notebook/fabfile.py
index 3285ac856..5be923bc1 100644
--- a/IPython/frontend/html/notebook/fabfile.py
+++ b/IPython/frontend/html/notebook/fabfile.py
@@ -9,7 +9,7 @@ components_dir = os.path.join(static_dir,'components')
def components():
- """install components with bower"""
+ """install components with bower"""
with lcd(static_dir):
local('bower install')