Skip to content

Commit 9a28376

Browse files
Nick SchoutenNick Schouten
Nick Schouten
authored and
Nick Schouten
committed
less strange docs, the base64 is a useless token
1 parent 3f3e243 commit 9a28376

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

papermill/iorw.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ class HttpHandler:
168168
@classmethod
169169
def _get_auth_kwargs(cls):
170170
"""Gets the Authorization header from PAPERMILL_HTTP_AUTH_HEADER.
171-
A valid value could be Basic dW5hbWU6cGFzc3dvcmQK"""
171+
A valid example value Basic dW5hbWU6cGFzc3dvcmQK"""
172172
auth_header = os.environ.get('PAPERMILL_HTTP_AUTH_HEADER', None)
173173
if auth_header:
174174
return {'headers': {'Authorization': auth_header}}

0 commit comments

Comments
 (0)