fix restructured text in README

This commit is contained in:
Benjamin Dauvergne 2014-08-09 03:54:27 +02:00
parent b1d6a0b129
commit 1fcda4c815
2 changed files with 4 additions and 4 deletions

6
README
View File

@ -50,6 +50,6 @@ Custom backend
A custom authentication backend can be used, in this case the signature of the
authenticate method must be::
class CustomKerberosBackend(object):
def authenticate(self, principal=None):
pass
class CustomKerberosBackend(object):
def authenticate(self, principal=None):
pass

View File

@ -1 +1 @@
__version__ = '1.0.1'
__version__ = '1.0.2'