You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I agree with chevignon93, the example provided is not a continuous string with a space.
A quick sanity check of print(help) returns "Drops purgeable caches before taking the footprint to reduce ".
Regardless of that, I haven't been able to reproduce the bug on my local machine, nor on the Black Playground on master and stable.
Environment
Version: 19.10b0
OS and Python version: Windows 10 Home Edition Build 18363 & CPython 3.8.1
Description:
Looks like in cases where a continuous string is written with a space, black incorrectly formats it as two separate strings.
Steps to Reproduce:
Block in file that needs formatting in file:
Running:
black .
changes it to:Environment:
Does this bug also happen on master?
Yes
The text was updated successfully, but these errors were encountered: