mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-10-27 16:24:31 -04:00
fix: typo in app_settings_constructor docstring (#5592)
Co-authored-by: Michael Genson <71845777+michael-genson@users.noreply.github.com>
This commit is contained in:
@@ -449,7 +449,7 @@ class AppSettings(AppLoggingSettings):
|
|||||||
def app_settings_constructor(data_dir: Path, production: bool, env_file: Path, env_encoding="utf-8") -> AppSettings:
|
def app_settings_constructor(data_dir: Path, production: bool, env_file: Path, env_encoding="utf-8") -> AppSettings:
|
||||||
"""
|
"""
|
||||||
app_settings_constructor is a factory function that returns an AppSettings object. It is used to inject the
|
app_settings_constructor is a factory function that returns an AppSettings object. It is used to inject the
|
||||||
required dependencies into the AppSettings object and nested child objects. AppSettings should not be substantiated
|
required dependencies into the AppSettings object and nested child objects. AppSettings should not be instantiated
|
||||||
directly, but rather through this factory function.
|
directly, but rather through this factory function.
|
||||||
"""
|
"""
|
||||||
secret_settings = {
|
secret_settings = {
|
||||||
|
|||||||
Reference in New Issue
Block a user