aboutsummaryrefslogtreecommitdiff
path: root/bench/bench_short_empty_string.py
diff options
context:
space:
mode:
Diffstat (limited to 'bench/bench_short_empty_string.py')
-rw-r--r--bench/bench_short_empty_string.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/bench_short_empty_string.py b/bench/bench_short_empty_string.py
index 91cccc4..0664a6f 100644
--- a/bench/bench_short_empty_string.py
+++ b/bench/bench_short_empty_string.py
@@ -2,4 +2,4 @@ from markupsafe import escape
def run():
- escape('Hello World!')
+ escape("Hello World!")