Skip to content

Commit 20e93ee

Browse files
authored
Fixed minor typos with ..
1 parent e7a1270 commit 20e93ee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

httpbin/core.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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")
10001000
def 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

0 commit comments

Comments
 (0)