Docs: no space is inserted to empty docstrings (#2249) (#2333)

This commit is contained in:
Felix Hildén 2021-06-13 22:27:57 +03:00 committed by GitHub
parent 52f402dcfb
commit bd7f49df3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -275,7 +275,7 @@ for both quotations and the text within, although relative indentation in the te
preserved. Superfluous trailing whitespace on each line and unnecessary new lines at the
end of the docstring are removed. All leading tabs are converted to spaces, but tabs
inside text are preserved. Whitespace leading and trailing one-line docstrings is
removed. The quotations of an empty docstring are separated with one space.
removed.
### Numeric literals