From 7203e63805a42db6b60bc50220f6874dd50c7621 Mon Sep 17 00:00:00 2001 From: Campbell Barton <ideasman42@gmail.com> Date: Tue, 30 Nov 2021 11:22:56 +1100 Subject: [PATCH] Cleanup: spelling --- utils/autopep8_clean.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/autopep8_clean.py b/utils/autopep8_clean.py index 29a3015..4077af9 100755 --- a/utils/autopep8_clean.py +++ b/utils/autopep8_clean.py @@ -57,7 +57,7 @@ def main(): "autopep8", "--ignore", ",".join(( - # Info: Use "isinstance()" instead of comparing types directly. + # Info: Use `isinstance()` instead of comparing types directly. # Why disable?: Changes code logic, in rare cases we want to compare exact types. "E721", # Info: Fix bare except. -- GitLab