We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0157f89 commit df6fc93Copy full SHA for df6fc93
maths/zellers_congruence.py
@@ -60,7 +60,7 @@ def zeller(date_input: str) -> str:
60
...
61
TypeError: zeller() missing 1 required positional argument: 'date_input'
62
63
- Test length of date_input:
+ Test length of `date_input`:
64
65
>>> zeller('')
66
Traceback (most recent call last):
0 commit comments