Fixing B502 and B503 developer docs

The developer docs for B502 and B503 have their titles swapped,
and link to themselves instead of to each other. This fixes that.

Change-Id: I17f8ce00d124f6a88a34710e58084973be2f477f
This commit is contained in:
Matthew Edmonds 2016-12-01 10:38:23 -05:00
parent 1bbb7d5073
commit dd76a78339
2 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
---------------------------
B502: ssl_with_bad_defaults
B503: ssl_with_bad_defaults
---------------------------
.. currentmodule:: bandit.plugins.insecure_ssl_tls
.. autofunction:: ssl_with_bad_version
.. autofunction:: ssl_with_bad_defaults
:noindex:

View File

@ -1,8 +1,8 @@
--------------------------
B503: ssl_with_bad_version
B502: ssl_with_bad_version
--------------------------
.. currentmodule:: bandit.plugins.insecure_ssl_tls
.. autofunction:: ssl_with_bad_defaults
.. autofunction:: ssl_with_bad_version
:noindex: