summaryrefslogtreecommitdiff
path: root/doc/data/messages/r/redefined-argument-from-local/good.py
diff options
context:
space:
mode:
Diffstat (limited to 'doc/data/messages/r/redefined-argument-from-local/good.py')
-rw-r--r--doc/data/messages/r/redefined-argument-from-local/good.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/data/messages/r/redefined-argument-from-local/good.py b/doc/data/messages/r/redefined-argument-from-local/good.py
index 330f94f45..fd7c081ac 100644
--- a/doc/data/messages/r/redefined-argument-from-local/good.py
+++ b/doc/data/messages/r/redefined-argument-from-local/good.py
@@ -1,3 +1,3 @@
def show(host_id=10.11):
- for inner_host_id, host in [[12.13, 'Venus'], [14.15, 'Mars']]:
+ for inner_host_id, host in [[12.13, "Venus"], [14.15, "Mars"]]:
print(host_id, inner_host_id, host)