summaryrefslogtreecommitdiff
path: root/tests/functional/c/consider/consider_using_f_string.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/c/consider/consider_using_f_string.py')
-rw-r--r--tests/functional/c/consider/consider_using_f_string.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/c/consider/consider_using_f_string.py b/tests/functional/c/consider/consider_using_f_string.py
index e961c44f7..e0a4831cf 100644
--- a/tests/functional/c/consider/consider_using_f_string.py
+++ b/tests/functional/c/consider/consider_using_f_string.py
@@ -1,4 +1,4 @@
-"""Test to see if a f-string would be possible and consider-using-f-string should be raised"""
+"""Test to see if an f-string would be possible and consider-using-f-string should be raised"""
# pylint: disable=unused-variable, invalid-name, missing-function-docstring, pointless-statement
# pylint: disable=expression-not-assigned, repeated-keyword, too-many-locals