From 7b13a1014fea860c97f8e9e0c006495659c4f619 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mat=C3=ADas=20Aguirre?= Date: Tue, 14 Feb 2012 12:33:28 -0200 Subject: [PATCH] Styling --- README.rst | 2 +- doc/pipeline.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 1ddff62..efd808c 100644 --- a/README.rst +++ b/README.rst @@ -399,7 +399,7 @@ Each pipeline function will receive the following parameters: * Current social authentication backend * User ID given by authentication provider * User details given by authentication provider - * ``is_new`` flag (initialized in False) + * ``is_new`` flag (initialized in ``False``) * Any arguments passed to ``auth_complete`` backend method, default views pass this arguments: - current logged in user (if it's logged in, otherwise ``None``) diff --git a/doc/pipeline.rst b/doc/pipeline.rst index 5988163..776e5d5 100644 --- a/doc/pipeline.rst +++ b/doc/pipeline.rst @@ -36,7 +36,7 @@ Each pipeline function will receive the following parameters: * Current social authentication backend * User ID given by authentication provider * User details given by authentication provider - * ``is_new`` flag (initialized in False) + * ``is_new`` flag (initialized in ``False``) * Any arguments passed to ``auth_complete`` backend method, default views pass this arguments: - current logged in user (if it's logged in, otherwise ``None``) -- 2.39.5