summaryrefslogtreecommitdiff
path: root/doc/data/messages/m/misplaced-format-function/bad.py
diff options
context:
space:
mode:
Diffstat (limited to 'doc/data/messages/m/misplaced-format-function/bad.py')
-rw-r--r--doc/data/messages/m/misplaced-format-function/bad.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/data/messages/m/misplaced-format-function/bad.py b/doc/data/messages/m/misplaced-format-function/bad.py
index 0bd172369..bc40bba4d 100644
--- a/doc/data/messages/m/misplaced-format-function/bad.py
+++ b/doc/data/messages/m/misplaced-format-function/bad.py
@@ -1 +1 @@
-print('Value: {}').format('Car') # [misplaced-format-function]
+print("Value: {}").format("Car") # [misplaced-format-function]