mirror of
https://codeberg.org/Mo8it/AdvLabDB.git
synced 2025-04-10 20:48:36 +00:00
Fix typo
This commit is contained in:
parent
48a19826a9
commit
6bd7b4d910
2 changed files with 2 additions and 2 deletions
|
@ -164,7 +164,7 @@ class CustomModelView(ModelView):
|
|||
|
||||
def customUpdateModel(self, form, model):
|
||||
"""
|
||||
Retrun True if something changed during update, False otherwise.
|
||||
Return True if something changed during update, False otherwise.
|
||||
"""
|
||||
form.populate_obj(model)
|
||||
# No way to know if something changed. Therefore, return True anyway.
|
||||
|
|
|
@ -187,7 +187,7 @@ Change
|
|||
#PasswordAuthentication yes
|
||||
----
|
||||
+
|
||||
to
|
||||
to
|
||||
+
|
||||
----
|
||||
PasswordAuthentication no
|
||||
|
|
Loading…
Add table
Reference in a new issue