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: