mirror of
https://github.com/github/codeql.git
synced 2026-01-13 22:44:48 +01:00
Merge pull request #3969 from alexey-tereshenkov-oxb/master
Python: Fix typo in qhelp file
This commit is contained in:
@@ -14,8 +14,8 @@ arguments on the right hand side of the expression. Otherwise, a <code>TypeError
|
||||
|
||||
</p></recommendation>
|
||||
<example>
|
||||
<p>In the following example the right hand side of the formatting operation can be of length 2, which does not match the format string<./p>
|
||||
</p><sample src="WrongNumberArgumentsForFormat.py" />
|
||||
<p>In the following example the right hand side of the formatting operation can be of length 2, which does not match the format string.</p>
|
||||
<sample src="WrongNumberArgumentsForFormat.py" />
|
||||
|
||||
</example>
|
||||
<references>
|
||||
|
||||
Reference in New Issue
Block a user