From: Karl O. Pinc Date: Fri, 23 Feb 2024 00:59:57 +0000 (-0600) Subject: Fix file name typos in comments X-Git-Url: https://papio.biology.duke.edu/gitweb/?a=commitdiff_plain;h=9e375d87d9e161f6bf4fdec694b580cde7eee758;p=pgwui_common Fix file name typos in comments --- diff --git a/src/pgwui_common/view.py b/src/pgwui_common/view.py index 3032ff4..fda4755 100644 --- a/src/pgwui_common/view.py +++ b/src/pgwui_common/view.py @@ -1,4 +1,5 @@ -# Copyright (C) 2018, 2020 The Meme Factory, Inc. http://www.karlpinc.com/ +# Copyright (C) 2018, 2020, 2024 The Meme Factory, Inc. +# http://www.karlpinc.com/ # This file is part of PGWUI_Common. # @@ -48,7 +49,7 @@ def base_view(wrapped): def errors_base_view(wrapped): - '''Decorator for any view which includes errors_base.mk. + '''Decorator for any view which includes errors_base.mak. ''' def wrapper(request): '''Add variables needed by errors_base.mk to the response. @@ -58,7 +59,7 @@ def errors_base_view(wrapped): def auth_base_view(wrapped): - '''Decorator for any view which includes auth_base.mk. + '''Decorator for any view which includes auth_base.mak. ''' def wrapper(request): '''Add variables needed by auth_base.mk to the response.