Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit 67d91ec

Browse files
committed
Fixed doc building.
1 parent 0611e4e commit 67d91ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: doc/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# You can set these variables from the command line.
55
SPHINXOPTS =
66
#SPHINXBUILD = sphinx-build
7-
SPHINXBUILD = /Library/Frameworks/Python.framework/Versions/3.6/bin/sphinx-build
7+
SPHINXBUILD = /Library/Frameworks/Python.framework/Versions/3.7/bin/sphinx-build
88
SPHINXPROJ = oidcrp
99
SOURCEDIR = source
1010
BUILDDIR = build

Diff for: src/oidcrp/cookie.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ def make_cookie(name, load, seed, expire=0, domain="", path="", timestamp="",
137137
:param enc_key: The key to use for cookie encryption.
138138
:type enc_key: byte string
139139
:param secure: A secure cookie is only sent to the server with an encrypted request over the
140-
HTTPS protocol.
140+
HTTPS protocol.
141141
:type secure: boolean
142142
:param http_only: HttpOnly cookies are inaccessible to JavaScript's Document.cookie API
143143
:type http_only: boolean

0 commit comments

Comments
 (0)