aboutsummaryrefslogtreecommitdiff
path: root/bench/bench_long_suffix.py
diff options
context:
space:
mode:
Diffstat (limited to 'bench/bench_long_suffix.py')
-rw-r--r--bench/bench_long_suffix.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/bench_long_suffix.py b/bench/bench_long_suffix.py
index 43fe563..35f38da 100644
--- a/bench/bench_long_suffix.py
+++ b/bench/bench_long_suffix.py
@@ -2,5 +2,5 @@ from markupsafe import escape
def run():
- string = '<strong>Hello World!</strong>' + 'x' * 100000
+ string = "<strong>Hello World!</strong>" + "x" * 100000
escape(string)