Misspelling in main developers doc title

This fixes the extra letter 's' in the title of the main page for
the developers documentation. It shows:

Welcome to Bandits’s developer documentation!

when it should be:

Welcome to Bandit’s developer documentation!

Change-Id: Ib16f0c9ee43f3a3adbf4592bb4e1a8b126c06b24
Closes-Bug: #1536804
This commit is contained in:
Henry Yamauchi 2016-01-21 16:13:03 -06:00
parent 99c78437d6
commit c0e33112e6
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
Welcome to Bandits's developer documentation!
==============================================
Welcome to Bandit's developer documentation!
============================================
Bandit is a tool designed to find common security issues in Python code. To do
this, Bandit processes each file, builds an AST from it, and runs appropriate