# Bug report ### Bug description: ```python >>> f"{-0.00000001:.2f}" '-0.00' ``` expected result is 0.00 ### CPython versions tested on: 3.10, 3.11, 3.12 ### Operating systems tested on: Linux, Windows