File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -355,7 +355,7 @@ def view_user_agent():
355
355
- application/json
356
356
responses:
357
357
200:
358
- description: The request's User-Agent header..
358
+ description: The request's User-Agent header.
359
359
"""
360
360
361
361
headers = get_headers ()
@@ -831,7 +831,7 @@ def view_cookies(hide_env=True):
831
831
- application/json
832
832
responses:
833
833
200:
834
- description: Set cookies..
834
+ description: Set cookies.
835
835
"""
836
836
837
837
cookies = dict (request .cookies .items ())
@@ -998,7 +998,7 @@ def hidden_basic_auth(user="user", passwd="passwd"):
998
998
999
999
@app .route ("/bearer" )
1000
1000
def bearer_auth ():
1001
- """Prompts the user for authorization using bearer authentication..
1001
+ """Prompts the user for authorization using bearer authentication.
1002
1002
---
1003
1003
tags:
1004
1004
- Auth
You can’t perform that action at this time.
0 commit comments