Skip to content

Commit cc41a83

Browse files
committed
update {py/cpp}/commented-out-code to match csharp/java/javascript
1 parent b471a40 commit cc41a83

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cpp/ql/src/Documentation/CommentedOutCode.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
import CommentedOutCode
1313

1414
from CommentedOutCode comment
15-
select comment, "This comment appears to contain commented-out code"
15+
select comment, "This comment appears to contain commented-out code."

python/ql/src/Lexical/CommentedOutCode.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ import Lexical.CommentedOutCode
1616

1717
from CommentedOutCodeBlock c
1818
where not c.maybeExampleCode()
19-
select c, "These comments appear to contain commented-out code."
19+
select c, "This comment appears to contain commented-out code."

0 commit comments

Comments
 (0)