We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7be85f1 commit 40edf9eCopy full SHA for 40edf9e
1 file changed
modules.md
@@ -362,7 +362,8 @@ for thing in things:
362
```
363
364
Measure how long it takes for the user to answer a question.
365
-The `%.2f` trick is explained [here](https://pyformat.info/).
+The `%.2f` rounds down to 2 decimals, and you can find more
366
+formatting tricks [here](https://pyformat.info/).
367
368
```py
369
import time
0 commit comments