From f82cf716bf96161ce09833060be5e87d271a0960 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Hild=C3=A9n?= Date: Tue, 1 Jun 2021 18:36:18 +0300 Subject: [PATCH] Update tests/data/string_prefixes.py Co-authored-by: Cooper Lees --- tests/data/string_prefixes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/data/string_prefixes.py b/tests/data/string_prefixes.py index 3a9544d1f90..acd22352317 100644 --- a/tests/data/string_prefixes.py +++ b/tests/data/string_prefixes.py @@ -12,7 +12,7 @@ # output -#!/usr/bin/env python3.6 +#!/usr/bin/env python3 name = "Ɓukasz" (f"hello {name}", f"hello {name}")