From 3f4a4366b3621c74696a65918029b5a1a7b17855 Mon Sep 17 00:00:00 2001 From: Valentin Samir Date: Fri, 18 Mar 2016 13:03:07 +0100 Subject: [PATCH] typos --- README.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index dadd3db..8d037af 100644 --- a/README.rst +++ b/README.rst @@ -119,7 +119,7 @@ Template settings: Authentication settings: -* ``CAS_AUTH_CLASS``: A dotted paths to a class implementing ``cas_server.auth.AuthUser``. +* ``CAS_AUTH_CLASS``: A dotted path to a class implementing ``cas_server.auth.AuthUser``. The default is ``"cas_server.auth.DjangoAuthUser"`` * ``SESSION_COOKIE_AGE``: This is a django settings. Here, it control the delay in seconds after diff --git a/setup.py b/setup.py index 9302269..ba3e6d5 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ setup( license='GPLv3', description=( 'A Django Central Authentication Service server ' - 'implementing the CAS Protocol 3.0 Specification' + 'implementing the CAS Protocol 3.0 Specification' ), long_description=README, author='Valentin Samir',