File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/the_black_code_style Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -464,8 +464,8 @@ AST of the target. There are three limited cases in which the AST does differ:
464
464
1 . _ Black_ cleans up leading and trailing whitespace of docstrings, re-indenting them if
465
465
needed. It's been one of the most popular user-reported features for the formatter to
466
466
fix whitespace issues with docstrings. While the result is technically an AST
467
- difference, due to the various possibilities of forming docstrings, all realtime use
468
- of docstrings that we're aware of sanitizes indentation and leading/trailing
467
+ difference, due to the various possibilities of forming docstrings, all real-world
468
+ uses of docstrings that we're aware of sanitize indentation and leading/trailing
469
469
whitespace anyway.
470
470
471
471
1 . _ Black_ manages optional parentheses for some statements. In the case of the ` del `
You can’t perform that action at this time.
0 commit comments