Skip to content

Commit 883e39a

Browse files
committed
fix: typo
1 parent 5cece0c commit 883e39a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/how-to/vulnerabilities.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ When you ignore a Bandit warning, it is essential to provide a clear comment exp
309309
the warning is being ignored. This helps maintainers and other developers understand the context
310310
and rationale behind the decision.
311311

312-
For example, to ignore the B604 warning, you would add `# nosec B604` to the end of the line:
312+
For example, to ignore the B404 warning, you would add `# nosec B404` to the end of the line:
313313

314314
.. code:: python
315315

0 commit comments

Comments
 (0)