We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66c0d53 commit 8ad1462Copy full SHA for 8ad1462
packages/service-library/src/servicelib/aiohttp/application_setup.py
@@ -260,7 +260,7 @@ def app_module_setup(
260
) -> Callable:
261
"""Decorator marking a function as a module setup for an application.
262
263
- Ensures one-time execution and tracks setup completion. For addons, setup can be
+ Ensures one-time execution (idempotent) and tracks setup completion. For addons, setup can be
264
toggled via config [deprecated] or settings.
265
266
:param settings_name: Field name in app settings for this module
0 commit comments