Skip to content

Commit 2793249

Browse files
authored
Wordsmith current_style.md (#3383)
"realtime" doesn't make sense in this context.
1 parent d97b789 commit 2793249

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/the_black_code_style/current_style.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -464,8 +464,8 @@ AST of the target. There are three limited cases in which the AST does differ:
464464
1. _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

471471
1. _Black_ manages optional parentheses for some statements. In the case of the `del`

0 commit comments

Comments
 (0)