From 436a282cd7b0403f1b669a716c4a6d73103956dc Mon Sep 17 00:00:00 2001 From: bitcoinhodler <31543633+bitcoinhodler@users.noreply.github.com> Date: Fri, 8 Feb 2019 01:42:27 +0000 Subject: [PATCH] Fix typo in README --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 9cb92eadd..57d29225c 100644 --- a/README.rst +++ b/README.rst @@ -260,7 +260,7 @@ Bandit allows specifying the path of a baseline report to compare against using bandit -b BASELINE -This is useful for ignoring known vulnerabilities that you believe are non-issues (e.g. a cleartext password in a unit test). To generate a baseline report simply run Bandit with the output format set to ``json`` (only JSON-formatted files are accepted as a baseline) an output file path specified: +This is useful for ignoring known vulnerabilities that you believe are non-issues (e.g. a cleartext password in a unit test). To generate a baseline report simply run Bandit with the output format set to ``json`` (only JSON-formatted files are accepted as a baseline) and output file path specified: ::