File tree Expand file tree Collapse file tree
docs/the_black_code_style Expand file tree Collapse file tree 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:
4644641 . _ Black_ cleans up leading and trailing whitespace of docstrings, re-indenting them if
465465 needed. It's been one of the most popular user-reported features for the formatter to
466466 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
469469 whitespace anyway.
470470
4714711 . _ 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