diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/applications.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/ref/applications.txt b/docs/ref/applications.txt index 8ecf47546b..be86f42305 100644 --- a/docs/ref/applications.txt +++ b/docs/ref/applications.txt @@ -255,9 +255,10 @@ Application registry The application registry provides the following public API. Methods that aren't listed below are considered private and may change without notice. -.. method:: apps.ready() +.. attribute:: apps.ready - Returns ``True`` if the registry is fully populated. + Boolean attribute that is set to ``True`` when the registry is fully + populated. .. method:: apps.get_app_configs() |
