Python: Apply suggestions from code review

Co-authored-by: Taus <tausbn@github.com>
This commit is contained in:
Rasmus Wriedt Larsen
2021-10-21 10:24:34 +02:00
committed by GitHub
parent 8167e83ae5
commit 852e9875bd

View File

@@ -26,7 +26,7 @@ int getWarningSeverity() { result = 1 }
// is such that the analysis might be incomplete but the results that were generated are
// probably valid.
//
// so SyntaxErrors are reported at the warning level, since analysis might be incomplete
// So SyntaxErrors are reported at the warning level, since analysis might be incomplete
// but the results that were generated are probably valid.
from SyntaxError error, File file
where