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 c9d2eb8 commit b263585Copy full SHA for b263585
python_utils/dunder_methods/__format__2.py
@@ -22,7 +22,7 @@ def main() -> None:
22
23
print(f'{harry_potter:caps}') # HARRY POTTER
24
print(f'{harry_potter:time}') # Read time: 5.00h
25
- print('---------------------')
+ print('---------------------')
26
print(f'{lord_rings:caps}') # LORD OF THE RINGS
27
print(f'{lord_rings:time}') # Read time: 13.33h
28
0 commit comments