We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b726e67 commit bbe4844Copy full SHA for bbe4844
tests/snippets/builtin_format.py
@@ -1,7 +1,7 @@
1
assert format(5, "b") == "101"
2
3
try:
4
- format(2, 3)
+ format(2, 3)
5
except TypeError:
6
pass
7
else:
0 commit comments