Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add newline before a property's doc string
Otherwise it renders incorrectly at least without a type. ```python @Property def foo(self): """Foo's doc string""" pass ```
- Loading branch information