From 6bd7b4d910871a64e8db7993ea903bdd9a90c4d5 Mon Sep 17 00:00:00 2001 From: Mo8it Date: Sun, 3 Jul 2022 00:20:13 +0200 Subject: [PATCH] Fix typo --- advlabdb/customClasses.py | 2 +- docs/server_setup.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/advlabdb/customClasses.py b/advlabdb/customClasses.py index 024c3a6..b5f392b 100644 --- a/advlabdb/customClasses.py +++ b/advlabdb/customClasses.py @@ -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. diff --git a/docs/server_setup.adoc b/docs/server_setup.adoc index 9ce6707..99592a2 100644 --- a/docs/server_setup.adoc +++ b/docs/server_setup.adoc @@ -187,7 +187,7 @@ Change #PasswordAuthentication yes ---- + -to +to + ---- PasswordAuthentication no