From f88c2958f2fca6ec34bcb87cb887d44cfc7a6ad7 Mon Sep 17 00:00:00 2001 From: Robert Date: Mon, 2 Dec 2024 17:54:01 -0500 Subject: [PATCH] ops/manage: Fix comment spelling --- mibios/ops/__init__.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mibios/ops/__init__.py b/mibios/ops/__init__.py index 0c01bbcb..ebd2453b 100644 --- a/mibios/ops/__init__.py +++ b/mibios/ops/__init__.py @@ -20,9 +20,9 @@ def manage(settings=None, default_settings=DEFAULT_SETTINGS): """ The original manage.py - This is also the entry point for the manage script when installed vie - setuptools. In this case no argument is supplied and the prodcution - settings are applied by default. The usual manage.py script shoudl specify + This is also the entry point for the manage script when installed via + setuptools. In this case no argument is supplied and the production + settings are applied by default. The usual manage.py script should specify the development settings. """ if settings is None: