mirror of
https://github.com/github/codeql.git
synced 2025-12-25 05:06:34 +01:00
17 lines
313 B
XML
17 lines
313 B
XML
<!DOCTYPE qhelp PUBLIC
|
|
"-//Semmle//qhelp//EN"
|
|
"qhelp.dtd">
|
|
<qhelp>
|
|
|
|
<example>
|
|
<p>
|
|
In the following example, a <code>print</code> statement, originally used
|
|
for debugging, is left in the code, but commented out. It should be removed altogether.
|
|
</p>
|
|
|
|
<sample src="CommentedOutCode.py" />
|
|
|
|
</example>
|
|
|
|
</qhelp>
|