From 67d91ecc6ad8c032f75733dae4b866602505f813 Mon Sep 17 00:00:00 2001 From: Roland Hedberg Date: Thu, 11 Nov 2021 14:49:01 +0100 Subject: [PATCH] Fixed doc building. --- doc/Makefile | 2 +- src/oidcrp/cookie.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/Makefile b/doc/Makefile index 4982d67..e93d9f5 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -4,7 +4,7 @@ # You can set these variables from the command line. SPHINXOPTS = #SPHINXBUILD = sphinx-build -SPHINXBUILD = /Library/Frameworks/Python.framework/Versions/3.6/bin/sphinx-build +SPHINXBUILD = /Library/Frameworks/Python.framework/Versions/3.7/bin/sphinx-build SPHINXPROJ = oidcrp SOURCEDIR = source BUILDDIR = build diff --git a/src/oidcrp/cookie.py b/src/oidcrp/cookie.py index 783257b..7ece2ef 100755 --- a/src/oidcrp/cookie.py +++ b/src/oidcrp/cookie.py @@ -137,7 +137,7 @@ def make_cookie(name, load, seed, expire=0, domain="", path="", timestamp="", :param enc_key: The key to use for cookie encryption. :type enc_key: byte string :param secure: A secure cookie is only sent to the server with an encrypted request over the - HTTPS protocol. + HTTPS protocol. :type secure: boolean :param http_only: HttpOnly cookies are inaccessible to JavaScript's Document.cookie API :type http_only: boolean