File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 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():
355355 - application/json
356356 responses:
357357 200:
358- description: The request's User-Agent header..
358+ description: The request's User-Agent header.
359359 """
360360
361361 headers = get_headers ()
@@ -831,7 +831,7 @@ def view_cookies(hide_env=True):
831831 - application/json
832832 responses:
833833 200:
834- description: Set cookies..
834+ description: Set cookies.
835835 """
836836
837837 cookies = dict (request .cookies .items ())
@@ -998,7 +998,7 @@ def hidden_basic_auth(user="user", passwd="passwd"):
998998
999999@app .route ("/bearer" )
10001000def bearer_auth ():
1001- """Prompts the user for authorization using bearer authentication..
1001+ """Prompts the user for authorization using bearer authentication.
10021002 ---
10031003 tags:
10041004 - Auth
You can’t perform that action at this time.
0 commit comments