aboutsummaryrefslogtreecommitdiffstats
path: root/yardstick/benchmark/core/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'yardstick/benchmark/core/__init__.py')
-rw-r--r--yardstick/benchmark/core/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yardstick/benchmark/core/__init__.py b/yardstick/benchmark/core/__init__.py
index 12c83f87e..161e448cc 100644
--- a/yardstick/benchmark/core/__init__.py
+++ b/yardstick/benchmark/core/__init__.py
@@ -32,7 +32,7 @@ class Param(object):
def print_hbar(barlen):
- '''print to stdout a horizontal bar'''
+ """print to stdout a horizontal bar"""
print("+"),
print("-" * barlen),
print("+")