Skip to content

Commit 852e987

Browse files
RasmusWLtausbn
andauthored
Python: Apply suggestions from code review
Co-authored-by: Taus <[email protected]>
1 parent 8167e83 commit 852e987

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/src/Diagnostics/ExtractionWarnings.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ int getWarningSeverity() { result = 1 }
2626
// is such that the analysis might be incomplete but the results that were generated are
2727
// probably valid.
2828
//
29-
// so SyntaxErrors are reported at the warning level, since analysis might be incomplete
29+
// So SyntaxErrors are reported at the warning level, since analysis might be incomplete
3030
// but the results that were generated are probably valid.
3131
from SyntaxError error, File file
3232
where

0 commit comments

Comments
 (0)