chore: comment typos
This commit is contained in:
parent
0b3324cd8f
commit
ca1dcd6768
1 changed files with 2 additions and 1 deletions
|
|
@ -247,7 +247,8 @@ class TransientSettings(InstalledExtensionsSettings):
|
||||||
# Transient Settings:
|
# Transient Settings:
|
||||||
# - are initialized, updated and used at runtime
|
# - are initialized, updated and used at runtime
|
||||||
# - are not read from a file or from the `setings` table
|
# - are not read from a file or from the `setings` table
|
||||||
# - are not persisted in the `settings` table when the setings are updated
|
# - are not persisted in the `settings` table when the settings are updated
|
||||||
|
# - are cleared on server restart
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def readonly_fields(cls):
|
def readonly_fields(cls):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue