From 09d2af46b94c004f61259eb61938f4183b505903 Mon Sep 17 00:00:00 2001 From: Cory Forsyth Date: Thu, 25 Sep 2025 04:25:40 -0400 Subject: [PATCH] Fix typo "Defalte" in core.py Tiny typo fix "Defalte" -> "Deflate" --- httpbin/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httpbin/core.py b/httpbin/core.py index 305c9882..fddc95f1 100644 --- a/httpbin/core.py +++ b/httpbin/core.py @@ -511,7 +511,7 @@ def view_deflate_encoded_content(): - application/json responses: 200: - description: Defalte-encoded data. + description: Deflate-encoded data. """ return jsonify(get_dict("origin", "headers", method=request.method, deflated=True))