summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/pylintrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/pylintrc b/examples/pylintrc
index f6aad454e..e5995bbae 100644
--- a/examples/pylintrc
+++ b/examples/pylintrc
@@ -187,7 +187,7 @@ never-returning-functions=sys.exit
[LOGGING]
# Format style used to check logging format string. `old` means using %
-# formatting, `new` is for `{}` formatting,and `fstr` is for f-strings.
+# formatting and `new` is for `{}` formatting.
logging-format-style=old
# Logging modules to check that the string format arguments are in logging