Open iamjpotts opened 1 year ago
format() is mistakenly called on return value of print() instead of on the format string.
format()
print()
Fixes the typeo so the intended error message will be printed and intended exception thrown.
format()
is mistakenly called on return value ofprint()
instead of on the format string.Fixes the typeo so the intended error message will be printed and intended exception thrown.