We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a45ca9 commit 27994f7Copy full SHA for 27994f7
jokeapi/main.py
@@ -62,7 +62,7 @@ def build_request(
62
63
if response_format not in ["json", "xml", "yaml", "txt"]:
64
raise Exception(
65
- "Response format must be either json, xml or yaml."
+ "Response format must be either json, xml, txt or yaml."
66
)
67
if type:
68
if type not in ["single", "twopart"]:
0 commit comments