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 8ffad42 commit f13aaccCopy full SHA for f13aacc
jokeapi/main.py
@@ -27,7 +27,7 @@ def build_request(
27
if any(c not in self.info["categories"] for c in category):
28
raise ValueError(
29
f'''Invalid category selected.
30
- You selected {c}.
+ You selected {category}.
31
Available categories are:
32
{"""
33
""".join(self.info["categories"])}
0 commit comments