docs: Suite.project is a method, not a property (#10135)

This commit is contained in:
Dmitry Gozman 2021-11-08 10:08:46 -08:00 committed by GitHub
parent 4553d76fce
commit 9a7b4b745b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,8 +34,8 @@ Location in the source where the suite is defined. Missing for root and project
Parent suite or [void] for the root suite.
## property: Suite.project
- type: <[void]|[TestProject]>
## method: Suite.project
- returns: <[void]|[TestProject]>
Configuration of the project this suite belongs to, or [void] for the root suite.